Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | ac53a5c | 2017-05-17 08:22:40 -0600 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2017 Google, Inc | ||||
4 | * Written by Simon Glass <sjg@chromium.org> | ||||
Simon Glass | ac53a5c | 2017-05-17 08:22:40 -0600 | [diff] [blame] | 5 | */ |
6 | |||||
7 | #ifndef __API_H | ||||
8 | #define __API_H | ||||
9 | |||||
10 | void api_init(void); | ||||
11 | |||||
12 | #endif |