device.h

Go to the documentation of this file.
00001 /* device.h
00002  * lista de dispositivos, por ahora hasta que tengamos
00003  * un manejo mas adecuado de devices
00004  */
00005 
00006 
00007 #ifndef __DEVICE
00008 
00009 // Lista de dispositivos
00010 #define MAXDEVICEENTRIES        2
00011 typedef enum device_t { TECLADO, fd0 } device_t;
00012 
00013 typedef enum operation_t { IOREAD, IOWRITE } operation_t;
00014 
00015 #define __DEVICE
00016 #endif
00017 

Generated on Sun May 30 18:38:34 2004 for Routix OS by doxygen 1.3.6