=================================================================== RCS file: /cvs/funnyos/sys/device.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- funnyos/sys/device.h 2007/10/16 15:00:28 1.2 +++ funnyos/sys/device.h 2007/10/25 20:49:49 1.3 @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.2 2007/10/16 14:00:28 init Exp $ + * $Id: device.h,v 1.3 2007/10/25 19:49:49 init Exp $ */ #ifndef _SYS_DEVICE_H #define _SYS_DEVICE_H @@ -51,11 +51,6 @@ uint8_t ai_flags; /* flags passed to dr_attach() */ }; - - -#define ATTACH(x) devlist[x].dv_parent -#define AT = -#define PARENT(y) &devlist[y] #endif /* _SYS_DEVICE_H */