mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
clean up header guards
This commit is contained in:
parent
f7d95d5568
commit
b867cd4a72
2 changed files with 6 additions and 6 deletions
|
@ -13,8 +13,8 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __MAINBOARD_GOOGLE_SMAUG_GPIO_H__
|
||||
#define __MAINBOARD_GOOGLE_SMAUG_GPIO_H__
|
||||
#ifndef __MAINBOARD_NINTENDO_SWITCH_CBFS_GPIO_H__
|
||||
#define __MAINBOARD_NINTENDO_SWITCH_CBFS_GPIO_H__
|
||||
|
||||
#include <gpio.h>
|
||||
|
||||
|
@ -33,4 +33,4 @@ enum {
|
|||
EN_VDD_LCD = GPIO(V4),
|
||||
};
|
||||
|
||||
#endif /* __MAINBOARD_GOOGLE_SMAUG_GPIO_H__ */
|
||||
#endif /* __MAINBOARD_NINTENDO_SWITCH_CBFS_GPIO_H__ */
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __MAINBOARD_GOOGLE_FOSTER_PMIC_H__
|
||||
#define __MAINBOARD_GOOGLE_FOSTER_PMIC_H__
|
||||
#ifndef __MAINBOARD_NINTENDO_SWITCH_CBFS_PMIC_H__
|
||||
#define __MAINBOARD_NINTENDO_SWITCH_CBFS_PMIC_H__
|
||||
|
||||
#define MAX77620_SD0_REG 0x16
|
||||
#define MAX77620_SD1_REG 0x17
|
||||
|
@ -75,4 +75,4 @@ void pmic_init(unsigned bus);
|
|||
void pmic_write_reg_77620(unsigned bus, uint8_t reg, uint8_t val,
|
||||
int delay);
|
||||
|
||||
#endif /* __MAINBOARD_GOOGLE_FOSTER_PMIC_H__ */
|
||||
#endif /* __MAINBOARD_NINTENDO_SWITCH_CBFS_PMIC_H__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue