projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mtd: spi: Convert is_locked callback to is_unlocked
[platform/kernel/u-boot.git]
/
include
/
scf0403_lcd.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (c) 2013, Compulab Inc.
4
*/
5
#ifndef SCF0403_LCD_H_
6
#define SCF0403_LCD_H_
7
8
int scf0403_init(int reset_gpio);
9
10
#endif