msx.h: add copy_vectors prototype
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Apr 2019 11:47:10 +0000 (12:47 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Apr 2019 11:47:10 +0000 (12:47 +0100)
Kernel/platform-msx1/msx.h

index 5532342..74f991b 100644 (file)
@@ -33,4 +33,7 @@ struct msx_map {
 
 extern uint8_t *map_slot1_kernel(uint8_t slotinfo) __z88dk_fastcall;
 extern uint8_t *map_slot1_user(uint8_t slotinfo) __z88dk_fastcall;
+
+extern void copy_vectors(void);
+
 #endif