/**********************************************************/ /* Sample program : VMSA Table Header */ /* File Name : vmsatable.h */ /* Copyright (C) Renesas Electronics Corp. 2015. */ /**********************************************************/ #ifndef _VMSATABLE_H_ #define _VMSATABLE_H_ uint32_t SetVmsaTable(void); #endif