Index: sys/riscv/include/metadata.h =================================================================== --- /dev/null +++ sys/riscv/include/metadata.h @@ -0,0 +1,9 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#ifndef _MACHINE_METADATA_H_ +#define _MACHINE_METADATA_H_ + +#endif /* !_MACHINE_METADATA_H_ */