dvdpe_c.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __DVDPE_C_H
  2. #define __DVDPE_C_H
  3. #define PEBTN_N_MASK 0x3f
  4. #define PEBTN_S_MASK 0xc0
  5. #define PEBTN_S_NONE 0x00
  6. #define PEBTN_S_SEL 0x40
  7. #define PSBTN_S_ACT 0x80
  8. //UINT8 dvdpe_btn_state; // XX_YYYYYY
  9. #endif/*__DVDPE_C_H*/