#include <in430.h> void _EINT(void);
_EINT enables global interrupts by setting the GIE bit in the status register.
_EINT is an intrinsic function and produces inline code.
_EINT can be used on any MSP430 device.