protocol.h

Go to the documentation of this file.
00001 
00042 #ifndef PROTOCOL_H
00043 #define PROTOCOL_H
00044 
00045 #include <kern/kfile.h>
00046 
00047 void protocol_init(KFile *fd);
00048 void protocol_run(KFile *fd);
00049 
00050 #endif // PROTOOCOL_H