mirror of https://github.com/zeldaret/tp.git
22 lines
436 B
C
22 lines
436 B
C
#ifndef RES_OSIBLK_H
|
|
#define RES_OSIBLK_H
|
|
|
|
enum dRes_INDEX_OSIBLK {
|
|
/* BMDR */
|
|
dRes_INDEX_OSIBLK_BMD_OBM_OSIHIKIBLK1_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_OSIBLK_DZB_K_BLK00_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_OSIBLK {
|
|
/* BMDR */
|
|
dRes_ID_OSIBLK_BMD_OBM_OSIHIKIBLK1_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_OSIBLK_DZB_K_BLK00_e=0x7,
|
|
};
|
|
|
|
enum OBM_OSIHIKIBLK1_JNT {
|
|
OBM_OSIHIKIBLK1_JNT_OBM_OSIHIKIBLK1_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_OSIBLK_H */ |