/* COPYRIGHT-ENEA-SRC-R1 * | |
************************************************************************** | |
* Copyright (C) 2004 by Enea Embedded Technology AB. | |
* All rights reserved. | |
* | |
* This Software is furnished under a software license agreement and | |
* may be used only in accordance with the terms of such agreement. | |
* Any other use or reproduction is prohibited. No title to and | |
* ownership of the Software is hereby transferred. | |
* | |
* PROPRIETARY NOTICE | |
* This Software consists of confidential information. | |
* Trade secret law and copyright law protect this Software. | |
* The above notice of copyright on this Software does not indicate | |
* any actual or intended publication of such Software. | |
************************************************************************** | |
* COPYRIGHT-END */ | |
/** | |
* @toc CPU_Dependent: | |
* @file ose_spi/arm/cpu_intlock.h | |
* | |
* @brief Interrupt lock functions for ARM. | |
* | |
* @long The lock functions must only be called from supervisor mode. | |
* The effect of calls from other modes is unspecified. | |
*/ | |