blob: 1dbbeaeee9626a56422263ace3890ce89594cf5b [file] [log] [blame]
#ifndef BIOS_PFLASH_H
#define BIOS_PFLASH_H 1
#include <stdint.h>
void *pflash_base(int n, size_t *size);
#endif