thug/Code/Gfx/NGPS/NX/vu1/newvu1code.h

13 lines
249 B
C
Raw Normal View History

2016-02-13 21:39:12 +00:00
#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