This commit is contained in:
2025-12-24 17:21:08 +09:00
parent a96323de19
commit 96dc62d8dc
2302 changed files with 455822 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/**********************************************************/
/* 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