QDNix
Quick’n’dirty *NIX
arch.h
1 #ifndef _SYS_RISCV64_H
2 # define _SYS_RISCV64_H 1
3 
4 # include <stdint.h>
5 
6 # include <sys/machine/mmio.h>
7 
8 #endif /* !_SYS_RISCV64_H */