Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6-microblaze.git] / include / linux / platform_data / bd6107.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * bd6107.h - Rohm BD6107 LEDs Driver
4  */
5 #ifndef __BD6107_H__
6 #define __BD6107_H__
7
8 struct device;
9
10 struct bd6107_platform_data {
11         struct device *fbdev;
12         int reset;                      /* Reset GPIO */
13         unsigned int def_value;
14 };
15
16 #endif