Kernel  |  4.4

下载     查看原文件
C++程序  |  9行  |  184 B
#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 */