aboutsummaryrefslogtreecommitdiff
path: root/include/pflash.h
blob: 1dbbeaeee9626a56422263ace3890ce89594cf5b (plain)
1
2
3
4
5
6
7
8
#ifndef BIOS_PFLASH_H
#define BIOS_PFLASH_H 1

#include <stdint.h>

void *pflash_base(int n, size_t *size);

#endif