Daiki Kato / mbed-os-lychee

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers arm_hal_interrupt_private.h Source File

arm_hal_interrupt_private.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited, All Rights Reserved
00003  */
00004 
00005 #ifndef ARM_HAL_INTERRUPT_PRIVATE_H_
00006 #define ARM_HAL_INTERRUPT_PRIVATE_H_
00007 
00008 void platform_critical_init(void);
00009 
00010 #endif