diff options
author | jhb <jhb@FreeBSD.org> | 2001-05-15 23:30:37 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-05-15 23:30:37 +0000 |
commit | b325e18899b5478465c9b63c47057682c0dfe39d (patch) | |
tree | dc468be8a4dd043b54124d7ebbb84ea4e38b0f53 /sys/i386/include | |
parent | 3fbeaa9056adc7af337efcf7ebf534e29d448aa2 (diff) | |
download | FreeBSD-src-b325e18899b5478465c9b63c47057682c0dfe39d.zip FreeBSD-src-b325e18899b5478465c9b63c47057682c0dfe39d.tar.gz |
"Sir, the deorbit burn completed succesfully."
RIP {sys/machine}/ipl.h.
Diffstat (limited to 'sys/i386/include')
-rw-r--r-- | sys/i386/include/ipl.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/sys/i386/include/ipl.h b/sys/i386/include/ipl.h deleted file mode 100644 index 61b5513..0000000 --- a/sys/i386/include/ipl.h +++ /dev/null @@ -1,45 +0,0 @@ -/*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD$ - */ - -#ifndef _MACHINE_IPL_H_ -#define _MACHINE_IPL_H_ - -#ifdef APIC_IO -#include <i386/isa/apic_ipl.h> -#else -#include <i386/isa/icu_ipl.h> -#endif - -#endif /* !_MACHINE_IPL_H_ */ |