iPXE
include
ipxe
linux_sysfs.h
Go to the documentation of this file.
1
#ifndef _IPXE_LINUX_SYSFS_H
2
#define _IPXE_LINUX_SYSFS_H
3
4
/** @file
5
*
6
* Linux sysfs files
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER );
11
12
extern
int
linux_sysfs_read
(
const
char
*filename,
void
**
data
);
13
14
#endif
/* _IPXE_LINUX_SYSFS_H */
data
uint8_t data[48]
Additional event data.
Definition
ena.h:11
FILE_LICENCE
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition
compiler.h:896
linux_sysfs_read
int linux_sysfs_read(const char *filename, void **data)
Generated by
1.14.0