blob: 84d81dc8177f0dc820241cc6d39f4e2d4b17d21d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass12d738a2017-05-17 08:22:40 -06002/*
3 * Copyright (c) 2017 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass12d738a2017-05-17 08:22:40 -06005 */
6
7#ifndef __API_H
8#define __API_H
9
10void api_init(void);
11
12#endif