of_device.h 318 B

12345678910111213
  1. #ifndef _ASM_POWERPC_OF_DEVICE_H
  2. #define _ASM_POWERPC_OF_DEVICE_H
  3. #ifdef __KERNEL__
  4. #include <linux/device.h>
  5. #include <linux/of.h>
  6. extern struct of_device *of_device_alloc(struct device_node *np,
  7. const char *bus_id,
  8. struct device *parent);
  9. #endif /* __KERNEL__ */
  10. #endif /* _ASM_POWERPC_OF_DEVICE_H */