aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2021-03-02 23:37:41 +0000
committerMichael Brown <mcb30@ipxe.org>2021-03-02 23:59:30 +0000
commit5c8a9905ce3b04a4317d356d5481552fd17b63cb (patch)
tree5b9c13b219632bb6171fe6acc5dcfd505ae1c27d /src/include/ipxe/errfile.h
parent976839ae4c01530a6a931be7b2386a3abee328b9 (diff)
downloadipxe-5c8a9905ce3b04a4317d356d5481552fd17b63cb.tar.gz
[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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index b5c5d185e..3daf7bde7 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 )
/** @} */