mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
7 lines
135 B
C
7 lines
135 B
C
#ifndef PART_NVRAM_H
|
|
#define PART_NVRAM_H
|
|
|
|
/* Turn on full access to the flash chip */
|
|
void nvram_on(void);
|
|
|
|
#endif /* PART_NVRAM_H */
|