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