mirror of https://github.com/Desuuuu/klipper.git
generic: Minor header cleanup to generic/irq.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b0e8e84d6e
commit
722770f62f
|
@ -1,8 +1,6 @@
|
||||||
#ifndef __GENERIC_IRQ_H
|
#ifndef __GENERIC_IRQ_H
|
||||||
#define __GENERIC_IRQ_H
|
#define __GENERIC_IRQ_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
typedef unsigned long irqstatus_t;
|
typedef unsigned long irqstatus_t;
|
||||||
|
|
||||||
void irq_disable(void);
|
void irq_disable(void);
|
||||||
|
|
Loading…
Reference in New Issue