libmetal
lib
system
zephyr
irq.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017, Linaro Limited. and Contributors. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
/*
8
* @file zephyr/irq.c
9
* @brief Zephyr libmetal irq definitions.
10
*/
11
12
#ifndef __METAL_IRQ__H__
13
#error "Include metal/irq.h instead of metal/zephyr/irq.h"
14
#endif
15
16
#ifndef __METAL_ZEPHYR_IRQ__H__
17
#define __METAL_ZEPHYR_IRQ__H__
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
27
void
metal_irq_isr
(
unsigned
int
vector);
28
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* __METAL_ZEPHYR_IRQ__H__ */
metal_irq_isr
void metal_irq_isr(unsigned int vector)
default interrupt handler
Definition:
irq.c:258
Generated on Thu Jul 25 2019 00:00:00 for libmetal by
1.8.15