blob: f8b650501632e8123df0611be461e89f26293364 [file] [log] [blame]
Andrew F. Davisa513b2a2018-05-04 19:06:09 +00001/*
2 * Texas Instruments System Control Interface API
3 * Based on Linux and U-Boot implementation
4 *
5 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
6 *
7 * SPDX-License-Identifier: BSD-3-Clause
8 */
9
10#ifndef __TI_SCI_H
11#define __TI_SCI_H
12
13/**
14 * ti_sci_init() - Basic initialization
15 *
16 * Return: 0 if all goes good, else appropriate error message.
17 */
18int ti_sci_init(void);
19
20#endif /* __TI_SCI_H */