1 1.1 bouyer /* $OpenBSD: isa_machdep.h,v 1.2 2010/05/08 21:59:56 miod Exp $ */ 2 1.1 bouyer 3 1.1 bouyer /* 4 1.1 bouyer * Copyright (c) 2007 Miodrag Vallat. 5 1.1 bouyer * 6 1.1 bouyer * Permission to use, copy, modify, and distribute this software for any 7 1.1 bouyer * purpose with or without fee is hereby granted, provided that the above 8 1.1 bouyer * copyright notice, this permission notice, and the disclaimer below 9 1.1 bouyer * appear in all copies. 10 1.1 bouyer * 11 1.1 bouyer * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 12 1.1 bouyer * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 13 1.1 bouyer * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 14 1.1 bouyer * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15 1.1 bouyer * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 16 1.1 bouyer * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17 1.1 bouyer * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18 1.1 bouyer */ 19 1.1 bouyer 20 1.1 bouyer #ifndef _LOONGSON_ISA_H_ 21 1.1 bouyer #define _LOONGSON_ISA_H_ 22 1.1 bouyer 23 1.1 bouyer void loongson_isa_specific_eoi(int); 24 1.1 bouyer void loongson_set_isa_imr(uint); 25 1.1 bouyer 26 1.1 bouyer extern uint loongson_isaimr; 27 1.1 bouyer 28 1.1 bouyer #endif 29