16 lines
235 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* bd6107.h - Rohm BD6107 LEDs Driver
*/
#ifndef __BD6107_H__
#define __BD6107_H__
struct device;
struct bd6107_platform_data {
2026-01-29 22:25:33 +08:00
struct device *dev;
2026-01-21 18:59:54 +08:00
unsigned int def_value;
};
#endif