Skip to content

Commit e7abe09

Browse files
hoshinolinajannau
authored andcommitted
rust: uapi: Add ELF headers
Useful for drivers which need to parse firmware files or generate device coredumps. Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent b031d33 commit e7abe09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/uapi/uapi_helper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <uapi/drm/nova_drm.h>
1313
#include <uapi/drm/panthor_drm.h>
1414
#include <uapi/linux/android/binder.h>
15+
#include <uapi/linux/elf.h>
16+
#include <uapi/linux/elf-em.h>
1517
#include <uapi/linux/mdio.h>
1618
#include <uapi/linux/mii.h>
1719
#include <uapi/linux/ethtool.h>

0 commit comments

Comments
 (0)