From 12d738ae4c97c551df6ed0ebe93406683f6032c1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:40 -0600 Subject: api: Add a header for api_init() Put this in its own header instead of using common.h. Signed-off-by: Simon Glass --- include/api.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/api.h (limited to 'include/api.h') diff --git a/include/api.h b/include/api.h new file mode 100644 index 0000000000..85817f3400 --- /dev/null +++ b/include/api.h @@ -0,0 +1,13 @@ +/* + * Copyright (c) 2017 Google, Inc + * Written by Simon Glass + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __API_H +#define __API_H + +void api_init(void); + +#endif -- cgit v1.2.1