Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PSERIES_OF_HELPERS_H
0003 #define _PSERIES_OF_HELPERS_H
0004 
0005 #include <linux/of.h>
0006 
0007 struct device_node *pseries_of_derive_parent(const char *path);
0008 
0009 #endif /* _PSERIES_OF_HELPERS_H */