diff options
| author | Anton Blanchard <anton@samba.org> | 2002-10-17 10:21:54 +1000 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2002-10-17 10:21:54 +1000 |
| commit | 58393eab3cc787867e485aa30095945a2d84df27 (patch) | |
| tree | b5cbb90dc2b87c8f3fa0172f2ff1a593042081c5 /include/linux/device.h | |
| parent | 3e2f09be0f201c3bb82fa7e039a18c84080380c7 (diff) | |
| parent | 67bb51b9c7ccf1dbda676d3fb60380d5ffea2dec (diff) | |
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/linux-2.5_ppc64_work
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 3290c5c40276..80a63939f924 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -329,6 +329,9 @@ dev_set_drvdata (struct device *dev, void *data) */ extern int device_register(struct device * dev); extern void device_unregister(struct device * dev); +extern void device_initialize(struct device * dev); +extern int device_add(struct device * dev); +extern void device_del(struct device * dev); /* driverfs interface for exporting device attributes */ |
