thug/Code/Gfx/NGPS/NX/vu1/newvu1code.h
2016-02-14 08:39:12 +11:00

13 lines
249 B
C

#ifndef __NEWVU1CODE_H
#define __NEWVU1CODE_H
#ifdef __PLAT_NGPS__
extern uint NewMPGStart __attribute__((section(".vudata")));
extern uint NewMPGEnd __attribute__((section(".vudata")));
#endif
#endif //__NEWVU1CODE_H