1
2
3
4
5
6
7
8
9
10
11
12
13
| /**
| *
| * Copyright (c) 2021, Semihalf. All rights reserved.
| *
| * SPDX-License-Identifier: BSD-2-Clause-Patent
| *
| **/
| #ifndef NON_DISCOVERABLE_INIT_LIB_H__
| #define NON_DISCOVERABLE_INIT_LIB_H__
|
| #define CN913X_CEX7_AP_SDMMC_VCCQ_PIN 26
|
| #endif
|
|