]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/api.h
Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video
[thirdparty/u-boot.git] / include / api.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
12d738ae
SG
2/*
3 * Copyright (c) 2017 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
12d738ae
SG
5 */
6
7#ifndef __API_H
8#define __API_H
9
10void api_init(void);
11
12#endif