tegrakernel/kernel/kernel-4.9/arch/powerpc/platforms/pseries/of_helpers.h

9 lines
184 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#ifndef _PSERIES_OF_HELPERS_H
#define _PSERIES_OF_HELPERS_H
#include <linux/of.h>
struct device_node *pseries_of_derive_parent(const char *path);
#endif /* _PSERIES_OF_HELPERS_H */