diff options
author | Michael Brown | 2021-03-03 00:37:41 +0100 |
---|---|---|
committer | Michael Brown | 2021-03-03 00:59:30 +0100 |
commit | 5c8a9905ce3b04a4317d356d5481552fd17b63cb (patch) | |
tree | 5b9c13b219632bb6171fe6acc5dcfd505ae1c27d /src/include/ipxe/errfile.h | |
parent | [linux] Free cached ACPI tables on shutdown (diff) | |
download | ipxe-5c8a9905ce3b04a4317d356d5481552fd17b63cb.tar.gz ipxe-5c8a9905ce3b04a4317d356d5481552fd17b63cb.tar.xz ipxe-5c8a9905ce3b04a4317d356d5481552fd17b63cb.zip |
[linux] Add a generic function for reading files from sysfs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index b5c5d185..3daf7bde 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -388,6 +388,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_efi_autoboot ( ERRFILE_OTHER | 0x00530000 ) #define ERRFILE_efi_autoexec ( ERRFILE_OTHER | 0x00540000 ) #define ERRFILE_efi_cachedhcp ( ERRFILE_OTHER | 0x00550000 ) +#define ERRFILE_linux_sysfs ( ERRFILE_OTHER | 0x00560000 ) /** @} */ |