sec_usbdl.h 616 B

1234567891011121314151617
  1. #ifndef SEC_USBDL_H
  2. #define SEC_USBDL_H
  3. /**************************************************************************
  4. * [S-USBDL]
  5. **************************************************************************/
  6. /* S-USBDL Attribute */
  7. #define ATTR_SUSBDL_DISABLE 0x00
  8. #define ATTR_SUSBDL_ENABLE 0x11
  9. #define ATTR_SUSBDL_ONLY_ENABLE_ON_SCHIP 0x22
  10. /**************************************************************************
  11. * EXPORT FUNCTION
  12. **************************************************************************/
  13. extern int sec_usbdl_enabled(void);
  14. #endif /* SEC_USBDL_H */