makerom: refactoring

refactor exheader/rsf code
This commit is contained in:
applestash
2014-09-21 02:03:08 +10:00
parent 63852a6ed1
commit 1338180016
5 changed files with 417 additions and 453 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
typedef enum
{
COMMON_HEADER_KEY_NOT_FOUND = -10,
EXHDR_BAD_YAML_OPT = -11,
EXHDR_BAD_RSF_OPT = -11,
CANNOT_SIGN_ACCESSDESC = -12
} exheader_errors;