linux/include/linux/platform_data/leds-lm3642.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2012 Texas Instruments
*
* Simple driver for Texas Instruments LM3642 LED driver chip
*
* Author: G.Shark Jeong <[email protected]>
*         Daniel Jeong <[email protected]>
*/

#ifndef __LINUX_LM3642_H
#define __LINUX_LM3642_H

#define LM3642_NAME

enum lm3642_torch_pin_enable {};

enum lm3642_strobe_pin_enable {};

enum lm3642_tx_pin_enable {};

struct lm3642_platform_data {};

#endif /* __LINUX_LM3642_H */