/* $Id$ */ /* Copyright (c) 2018 Pierre Pronchery */ /* 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 */