00001 /* 00002 * Glacsweb davis.h 00003 * Copyright (C) 2004 Alistair Riddoch, The University of Southampton 00004 */ 00005 00006 #ifndef GLACSWEB_DAVIS_H 00007 #define GLACSWEB_DAVIS_H 00008 00009 #include "serial.h" 00010 00011 int DVSWakeUp(SerialPort *); 00012 int DVSSimpleCommand(SerialPort *, const char * const command); 00013 00014 #endif /* GLACSWEB_DAVIS_H */
1.3.5