blob: aa773b604106fc358ebd27987bb00e5808c6227b [file] [log] [blame]
Jorge Ramirez-Ortize1868f92018-09-23 09:38:56 +02001/*
2 * Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights
3 * reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00008#ifndef AVS_DRIVER_H
9#define AVS_DRIVER_H
Jorge Ramirez-Ortize1868f92018-09-23 09:38:56 +020010
11/* AVS Setting. 1:enable / 0:disable */
12#ifndef AVS_SETTING_ENABLE
13#define AVS_SETTING_ENABLE 1
14#endif /* AVS_SETTING_ENABLE */
15
16void rcar_avs_init(void);
17void rcar_avs_setting(void);
18void rcar_avs_end(void);
19
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000020#endif /* AVS_DRIVER_H */