12 lines
97 B
C
12 lines
97 B
C
|
|
|
||
|
|
#ifndef __PROTOCOL_H__
|
||
|
|
#define __PROTOCOL_H__
|
||
|
|
|
||
|
|
#include "config.h"
|
||
|
|
#include "comm.h"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|