Vhex-kernel/include/kernel/extra.h

11 lines
177 B
C

#ifndef __KERNEL_EXTRA_H__
# define __KERNEL_EXTRA_H__
#include <stddef.h>
#include <stdint.h>
// SH4-instruction
extern void icbi(void *area);
#endif /*__KERNEL_EXTRA_H__*/