uKernel/include/kernel/intr.h

16 lines
286 B
C

/* $Id$ */
/* Copyright (c) 2018 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS uKernel */
#ifndef UKERNEL_KERNEL_INTR_H
# define UKERNEL_KERNEL_INTR_H
/* constants */
void intr_disable(void);
void intr_enable(void);
#endif /* !UKERNEL_KERNEL_INTR_H */