This commit is contained in:
2025-12-24 17:21:08 +09:00
parent a96323de19
commit 96dc62d8dc
2302 changed files with 455822 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (c) 2025 Hyundai Mobis Co., Ltd.
*
* The right to copy, distribute, modify, or otherwise make use
* of this software may be licensed only pursuant to the terms
* of an applicable Hyundai Mobis license agreement.
*/
#ifndef GPIO_H
#define GPIO_H
void gpio_N1307(int set);
void gpio_N1305(int set);
void gpio_V4H_SERDES_1V8_en(int set);
#endif /* GPIO_H */