summaryrefslogtreecommitdiff
path: root/aoc_firmware.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoc_firmware.h')
-rw-r--r--aoc_firmware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc_firmware.h b/aoc_firmware.h
index eef92fd..fcafacb 100644
--- a/aoc_firmware.h
+++ b/aoc_firmware.h
@@ -13,6 +13,9 @@
#define AOC_FIRMWARE_OFFSET_INVALID 0xffffffff
+/* Dev builds bypass the UUID check on load */
+bool _aoc_fw_is_release(const struct firmware *fw);
+
bool _aoc_fw_is_compatible(const struct firmware *fw);
bool _aoc_fw_is_valid(const struct firmware *fw);