mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
29 lines
542 B
C
29 lines
542 B
C
#ifndef RES_VBOOT_H
|
|
#define RES_VBOOT_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vboot.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VBOOT {
|
|
/* BDLM */
|
|
dRes_INDEX_VBOOT_BDL_VBOOT_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VBOOT_BTK_VBOOT_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VBOOT {
|
|
/* BDLM */
|
|
dRes_ID_VBOOT_BDL_VBOOT_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VBOOT_BTK_VBOOT_e=0x7,
|
|
};
|
|
|
|
enum VBOOT_JNT {
|
|
VBOOT_JNT_ROOT_VBOOT_e=0x0,
|
|
VBOOT_JNT_VBOOT_MODEL_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_VBOOT_H */
|