summaryrefslogtreecommitdiff
path: root/bios_extract.h
diff options
context:
space:
mode:
Diffstat (limited to 'bios_extract.h')
-rw-r--r--bios_extract.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bios_extract.h b/bios_extract.h
index 1c7df9a..c8bc764 100644
--- a/bios_extract.h
+++ b/bios_extract.h
@@ -34,4 +34,8 @@ Bool AMI95Extract(unsigned char *BIOSImage, int BIOSLength, int BIOSOffset,
Bool PhoenixExtract(unsigned char *BIOSImage, int BIOSLength, int BIOSOffset,
uint32_t Offset1, uint32_t Offset2);
+/* award.c */
+Bool AwardExtract(unsigned char *BIOSImage, int BIOSLength, int BIOSOffset,
+ uint32_t Offset1, uint32_t Offset2);
+
#endif /* BIOS_EXTRACT_H */