Changeset 1081 for Whitix/branches/keobject/include/devices/device.h
- Timestamp:
- 10/04/08 14:15:35 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/include/devices/device.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/include/devices/device.h
r1051 r1081 91 91 } 92 92 93 static inline struct KeFsEntry* KeDeviceGetConfDir(struct KeDevice* device) 94 { 95 return device->object.dir; 96 } 97 93 98 #endif