This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/mset/source/jump_table.h

11 lines
304 B
C
Raw Normal View History

2015-08-05 03:57:37 +02:00
#ifndef __jump_table_h__
#define __jump_table_h__
extern void *jump_table __asm__("jump_table");
extern void *jump_table_end __asm__("jump_table_end");
extern void *jt_return __asm__("jt_return");
extern void *jt_pdn_regs __asm__("jt_pdn_regs");
extern void *jt_pxi_regs __asm__("jt_pxi_regs");
#endif