lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* COPYRIGHT-ENEA-SRC-R1 *
|
| 2 | **************************************************************************
|
| 3 | * Copyright (C) 2004 by Enea Embedded Technology AB.
|
| 4 | * All rights reserved.
|
| 5 | *
|
| 6 | * This Software is furnished under a software license agreement and
|
| 7 | * may be used only in accordance with the terms of such agreement.
|
| 8 | * Any other use or reproduction is prohibited. No title to and
|
| 9 | * ownership of the Software is hereby transferred.
|
| 10 | *
|
| 11 | * PROPRIETARY NOTICE
|
| 12 | * This Software consists of confidential information.
|
| 13 | * Trade secret law and copyright law protect this Software.
|
| 14 | * The above notice of copyright on this Software does not indicate
|
| 15 | * any actual or intended publication of such Software.
|
| 16 | **************************************************************************
|
| 17 | * COPYRIGHT-END */
|
| 18 | /**
|
| 19 | * @toc CPU_Dependent:
|
| 20 | * @file ose_spi/arm/cpu_intlock.h
|
| 21 | *
|
| 22 | * @brief Interrupt lock functions for ARM.
|
| 23 | *
|
| 24 | * @long The lock functions must only be called from supervisor mode.
|
| 25 | * The effect of calls from other modes is unspecified.
|
| 26 | */
|
| 27 |
|