BOOL SmartPtr_IRQ::ForceEnabled(void* context)
{
#ifdef __GNUC__	
	return IRQ_LOCK_ForceEnabled_asm();
#endif
}
Exemple #2
0
BOOL SmartPtr_IRQ::ForceEnabled(void* context)
{
    return IRQ_LOCK_ForceEnabled_asm();
}