openpcd/firmware/src/os/flash.h

6 lines
110 B
C

#ifndef _FLASH_H
#define _FLASH_H
extern void flash_page(uint8_t *addr);
extern void flash_init(void);
#endif