Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 614124bea77e452aa6df7a8714e8bc820b489922 authored by Linus Torvalds on 06 June 2021, 22:47:27 UTC
Linux 5.13-rc5
Tip revision: 614124b
lv5207lp.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * lv5207lp.h - Sanyo LV5207LP LEDs Driver
 */
#ifndef __LV5207LP_H__
#define __LV5207LP_H__

struct device;

struct lv5207lp_platform_data {
	struct device *fbdev;
	unsigned int max_value;
	unsigned int def_value;
};

#endif
back to top