summaryrefslogtreecommitdiffstats
path: root/asm.h
blob: f6489e687e1106e33f685da8738e7f448c0da885 (plain)
1
2
3
4
5
6
7
#ifndef ASM_H
#define ASM_H

#define CLI() __asm__ volatile ("cpsid i")
#define STI() __asm__ volatile ("cpsie i")

#endif /* ASM_H */