mirror of https://github.com/zeldaret/tp.git
20 lines
496 B
C
20 lines
496 B
C
#ifndef RES_GRA_ONSN2_H
|
|
#define RES_GRA_ONSN2_H
|
|
|
|
enum dRes_INDEX_GRA_ONSN2 {
|
|
/* BCK */
|
|
dRes_INDEX_GRA_ONSN2_BCK_GRA_A_F_GETUP_e=0x4,
|
|
dRes_INDEX_GRA_ONSN2_BCK_GRA_A_GETUP_WAIT_e=0x5,
|
|
/* BTP */
|
|
dRes_INDEX_GRA_ONSN2_BTP_GRA_A_F_GETUP_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_GRA_ONSN2 {
|
|
/* BCK */
|
|
dRes_ID_GRA_ONSN2_BCK_GRA_A_F_GETUP_e=0x4,
|
|
dRes_ID_GRA_ONSN2_BCK_GRA_A_GETUP_WAIT_e=0x5,
|
|
/* BTP */
|
|
dRes_ID_GRA_ONSN2_BTP_GRA_A_F_GETUP_e=0x8,
|
|
};
|
|
|
|
#endif /* !RES_GRA_ONSN2_H */ |