s6e8ax0.h 498 B

12345678910111213141516171819202122
  1. /* linux/drivers/video/backlight/s6e8ax0.h
  2. *
  3. * MIPI-DSI based s6e8ax0 AMOLED LCD Panel definitions.
  4. *
  5. * Copyright (c) 2011 Samsung Electronics
  6. *
  7. * Inki Dae, <inki.dae@samsung.com>
  8. * Donghwa Lee <dh09.lee@samsung.com>
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. #ifndef _S6E8AX0_H
  15. #define _S6E8AX0_H
  16. extern void s6e8ax0_init(void);
  17. #endif