summaryrefslogtreecommitdiffhomepage
path: root/lib/xcoff.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-28 17:04:02 +0200
committerGitHub <noreply@github.com>2025-09-28 17:04:02 +0200
commitb9d6c2fffc397cd8dd9f7948be6f17f24d4f4850 (patch)
tree83a84bb609e712fd9a6e049d7e5ebf1e31997aa4 /lib/xcoff.h
parentd41f15b09cc6adce79ce5c698dc5a53ddd7dd5f0 (diff)
parent31eb508f29c88c4468c0b83616561a08521a1878 (diff)
Merge pull request #9 from nekernel-org/dev
v0.0.6: NeBoot
Diffstat (limited to 'lib/xcoff.h')
-rw-r--r--lib/xcoff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/xcoff.h b/lib/xcoff.h
index 689c570..180b42a 100644
--- a/lib/xcoff.h
+++ b/lib/xcoff.h
@@ -49,4 +49,7 @@ typedef struct _xcoff_fork_header {
typedef xcoff_header_t xcoff_header64_t;
typedef xcoff_header_t xcoff_header32_t;
+xcoff_header_t* xcoff_parse_metadata(void);
+xcoff_fork_header_t* xcoff_parse_fork_metadata(void);
+
#endif // ifndef __XCOFF__