ddk750.h 704 B

123456789101112131415161718192021222324
  1. #ifndef DDK750_H__
  2. #define DDK750_H__
  3. /*******************************************************************
  4. *
  5. * Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
  6. *
  7. * All rights are reserved. Reproduction or in part is prohibited
  8. * without the written consent of the copyright owner.
  9. *
  10. * RegSC.h --- SM718 SDK
  11. * This file contains the definitions for the System Configuration registers.
  12. *
  13. *******************************************************************/
  14. #include "ddk750_reg.h"
  15. #include "ddk750_mode.h"
  16. #include "ddk750_chip.h"
  17. #include "ddk750_display.h"
  18. #include "ddk750_power.h"
  19. #include "ddk750_help.h"
  20. #ifdef USE_HW_I2C
  21. #include "ddk750_hwi2c.h"
  22. #endif
  23. #include "ddk750_swi2c.h"
  24. #endif