blob: b7b1754374cb7e04a447e7984f35c5f8de329348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (c) 2017, Renesas Electronics Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PFC_INIT_D3_H
#define PFC_INIT_D3_H
void pfc_init_d3(void);
#endif /* PFC_INIT_D3_H */
|