of_helpers.h 184 B

12345678
  1. #ifndef _PSERIES_OF_HELPERS_H
  2. #define _PSERIES_OF_HELPERS_H
  3. #include <linux/of.h>
  4. struct device_node *pseries_of_derive_parent(const char *path);
  5. #endif /* _PSERIES_OF_HELPERS_H */