SingingCat
0
application
include
softirq.h
1
#ifndef SOFTIRQ_H
2
#define SOFTIRQ_H
3
void
softirq_init();
4
int
softirq_timer(uint32_t hertz, uint32_t opaque,
void
(*callback)(uint32_t));
5
void
print_softirqs();
6
// remove all softirqs (called by userapp_disable);
7
void
softirqs_removeall();
8
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4