diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index f8234fdff19f..23423daa895c 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -143,4 +143,8 @@ static inline void get_device(struct device * dev) extern void put_device(struct device * dev); +/* drivers/base/sys.c */ +extern int register_sys_device(struct device * dev); +extern void unregister_sys_device(struct device * dev); + #endif /* _DEVICE_H_ */ |
