libmetal
Toggle main menu visibility
Loading...
Searching...
No Matches
lib
softirq.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019, Xilinx Inc. and Contributors. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
11
12
#ifndef __METAL_SOFTIRQ__H__
13
#define __METAL_SOFTIRQ__H__
14
15
#include <metal/irq.h>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
24
32
int
metal_softirq_init
(
void
);
33
39
void
metal_softirq_dispatch
(
void
);
40
52
int
metal_softirq_allocate
(
int
num);
53
61
void
metal_softirq_set
(
int
irq);
62
64
65
#ifdef __cplusplus
66
}
67
#endif
68
69
#endif
/* __METAL_SOFTIRQ__H__ */
metal_softirq_allocate
int metal_softirq_allocate(int num)
metal_softirq_allocate
Definition
softirq.c:75
metal_softirq_init
int metal_softirq_init(void)
metal_softirq_init
Definition
softirq.c:70
metal_softirq_dispatch
void metal_softirq_dispatch(void)
metal_softirq_dispatch
Definition
softirq.c:89
metal_softirq_set
void metal_softirq_set(int irq)
metal_softirq_set
Definition
softirq.c:55
Generated on
for libmetal by
1.17.0