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
Linux 4.15.10
[linux/fpc-iii.git]
/
arch
/
mips
/
jz4740
/
reset.h
blob
4e8746ee9b616c015f3d97270d6059e4ee5f744c
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __MIPS_JZ4740_RESET_H__
3
#define __MIPS_JZ4740_RESET_H__
4
5
extern
void
jz4740_reset_init
(
void
);
6
7
#endif