summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux_sysfs.h
blob: fbe1e6e8a68800f3f47e581639229f5050543fab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _IPXE_LINUX_SYSFS_H
#define _IPXE_LINUX_SYSFS_H

/** @file
 *
 * Linux sysfs files
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

extern int linux_sysfs_read ( const char *filename, void **data );

#endif /* _IPXE_LINUX_SYSFS_H */