]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/Ipf/machine/intrcnt.h
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / Include / Ipf / machine / intrcnt.h
diff --git a/StdLib/Include/Ipf/machine/intrcnt.h b/StdLib/Include/Ipf/machine/intrcnt.h
deleted file mode 100644 (file)
index 16d91c4..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/* $NetBSD: intrcnt.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */\r
-\r
-/*-\r
- * Copyright (c) 1995, 1996 Carnegie-Mellon University.\r
- * All rights reserved.\r
- *\r
- * Author: Chris G. Demetriou\r
- *\r
- * Permission to use, copy, modify and distribute this software and\r
- * its documentation is hereby granted, provided that both the copyright\r
- * notice and this permission notice appear in all copies of the\r
- * software, derivative works or modified versions, and any portions\r
- * thereof, and that both notices appear in supporting documentation.\r
- *\r
- * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"\r
- * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND\r
- * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.\r
- *\r
- * Carnegie Mellon requests users of this software to return to\r
- *\r
- *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU\r
- *  School of Computer Science\r
- *  Carnegie Mellon University\r
- *  Pittsburgh PA 15213-3890\r
- *\r
- * any improvements or extensions that they make and grant Carnegie the\r
- * rights to redistribute these changes.\r
- */\r
-\r
-#define        INTRCNT_CLOCK           0\r
-#define        INTRCNT_ISA_IRQ         (INTRCNT_CLOCK + 1)\r
-#define        INTRCNT_ISA_IRQ_LEN     16\r
-#define        INTRCNT_OTHER_BASE      (INTRCNT_ISA_IRQ + INTRCNT_ISA_IRQ_LEN)\r
-#define        INTRCNT_OTHER_LEN       240\r
-#define        INTRCNT_COUNT           (INTRCNT_OTHER_BASE + INTRCNT_OTHER_LEN)\r
-\r
-/*\r
- * Maximum name length in intrnames table (including terminating '\0'.\r
- * Since vmstat(8) assumes a maximum length of 13 (including '\0'), we're\r
- * pretty much limited to that (unless we don't care about the alignment\r
- * of the columns :-)\r
- */\r
-#define INTRNAME_LEN           13\r