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