sn65dsi83_i2c.h 584 B

123456789101112131415161718192021222324252627282930
  1. /*****************************************************************************
  2. *
  3. * Filename:
  4. * ---------
  5. * sn65dsi83.h
  6. *
  7. * Project:
  8. * --------
  9. * Android
  10. *
  11. * Description:
  12. * ------------
  13. * sn65dsi83 header file
  14. *
  15. * Author:
  16. * -------
  17. *
  18. ****************************************************************************/
  19. #ifndef _sn65dsi83_SW_H_
  20. #define _sn65dsi83_SW_H_
  21. #ifndef BUILD_LK
  22. typedef unsigned char kal_uint8;
  23. int sn65dsi83_read_byte(kal_uint8 cmd, kal_uint8 *returnData);
  24. int sn65dsi83_write_byte(kal_uint8 cmd, kal_uint8 writeData);
  25. #endif
  26. #endif /* _fan5405_SW_H_ */