projects
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tools: kwboot: Cosmetic fix - add missing curly brackets
[u-boot.git]
/
include
/
mtd.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
4
*/
5
6
#ifndef _MTD_H_
7
#define _MTD_H_
8
9
#include <linux/mtd/mtd.h>
10
11
int mtd_probe_devices(void);
12
13
void board_mtdparts_default(const char **mtdids, const char **mtdparts);
14
15
#endif /* _MTD_H_ */
This page took
0.024593 seconds
and
4
git commands to generate.