projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
imx: imx8mp_evk: fix boot issue
[platform/kernel/u-boot.git]
/
include
/
api.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (c) 2017 Google, Inc
4
* Written by Simon Glass <sjg@chromium.org>
5
*/
6
7
#ifndef __API_H
8
#define __API_H
9
10
void api_init(void);
11
12
#endif