]> Git Repo - J-u-boot.git/blame - include/api.h
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into...
[J-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 <[email protected]>
12d738ae
SG
5 */
6
7#ifndef __API_H
8#define __API_H
9
ce41e735
OP
10/**
11 * api_init() - Initialize API for external applications
12 *
13 * Initialize API for external (standalone) applications running on top of
14 * U-Boot. It is called during the generic post-relocation init sequence.
15 *
16 * Return: 0 if OK
17 */
18int api_init(void);
12d738ae
SG
19
20#endif
This page took 0.250073 seconds and 4 git commands to generate.