lcm_extern.h 174 B

1234567
  1. #ifndef __LCM_EXT_H__
  2. #define __LCM_EXT_H__
  3. extern struct i2c_client *tps65132_i2c_client;
  4. extern int tps65132_write_bytes(unsigned char addr, unsigned char value);
  5. #endif