blob: 09305439776fc60413a75a7aa5d53fcb12498fe1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef APOS_RISCV_ARCH_H
#define APOS_RISCV_ARCH_H
/**
* @file arch.h
* riscv64 arch header, currently empty but kept around for forwards
* compatibility.
*/
#endif /* APOS_RISCV_ARCH_H */
|