repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
video
/
backlight
/
tosa_bl.h
blob
589e17e6fdb2ab6c0bc2025e4758e67deff444be
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
#ifndef _TOSA_BL_H
3
#define _TOSA_BL_H
4
5
struct
spi_device
;
6
extern
int
tosa_bl_enable
(
struct
spi_device
*
spi
,
int
enable
);
7
8
#endif