switch-coreboot/util/baremetal/include/part/nvram.h
2002-11-12 17:28:44 +00:00

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 */