blob: 56d22ca877c6c417ce07d024d2aa8a2184dc464c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef APOS_RISCV_PMEM_H
#define APOS_RISCV_PMEM_H
/**
* @file pmem.h
* riscv64-specific physical memory, currently empty but kept around for
* forwards compatibility.
*/
#endif /* APOS_RISCV_PMEM_H */
|