OSDN Git Service

add microblaze sample
[hos/hos-v4a.git] / aplfw / sample / mb / mb_v8_axi / boot.h
diff --git a/aplfw/sample/mb/mb_v8_axi/boot.h b/aplfw/sample/mb/mb_v8_axi/boot.h
new file mode 100644 (file)
index 0000000..41c3352
--- /dev/null
@@ -0,0 +1,31 @@
+/** 
+ *  Sample program for Hyper Operating System V4 Advance
+ *
+ * @file  sample.c
+ * @brief %jp{サンプルプログラム}%en{Sample program}
+ *
+ * Copyright (C) 1998-2006 by Project HOS
+ * http://sourceforge.jp/projects/hos/
+ */
+
+
+
+#ifndef __boot_h__
+#define __boot_h__
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void Boot_Task(VP_INT exinf);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* __boot_h__ */
+
+
+/* end of file */