1234567891011121314151617181920212223242526272829303132333435 |
- #ifndef __W1_INT_H
- #define __W1_INT_H
- #include <linux/kernel.h>
- #include <linux/device.h>
- #include "w1.h"
- int w1_add_master_device(struct w1_bus_master *);
- void w1_remove_master_device(struct w1_bus_master *);
- void __w1_remove_master_device(struct w1_master *);
- #endif
|