]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/Arm/machine/proc.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / Include / Arm / machine / proc.h
diff --git a/StdLib/Include/Arm/machine/proc.h b/StdLib/Include/Arm/machine/proc.h
deleted file mode 100644 (file)
index 1471861..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*     $NetBSD: proc.h,v 1.6 2003/03/05 11:28:14 agc Exp $     */\r
-\r
-/*\r
- * Copyright (c) 1994 Mark Brinicombe.\r
- * All rights reserved.\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions\r
- * are met:\r
- * 1. Redistributions of source code must retain the above copyright\r
- *    notice, this list of conditions and the following disclaimer.\r
- * 2. Redistributions in binary form must reproduce the above copyright\r
- *    notice, this list of conditions and the following disclaimer in the\r
- *    documentation and/or other materials provided with the distribution.\r
- * 3. All advertising materials mentioning features or use of this software\r
- *    must display the following acknowledgement:\r
- *     This product includes software developed by the RiscBSD team.\r
- * 4. The name "RiscBSD" nor the name of the author may be used to\r
- *    endorse or promote products derived from this software without specific\r
- *    prior written permission.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY RISCBSD ``AS IS'' AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
- * IN NO EVENT SHALL RISCBSD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
- * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
- * SUCH DAMAGE.\r
- */\r
-\r
-#ifndef        _ARM32_PROC_H_\r
-#define        _ARM32_PROC_H_\r
-\r
-/*\r
- * Machine-dependent part of the proc structure for arm.\r
- */\r
-\r
-struct trapframe;\r
-struct lwp;\r
-\r
-struct mdlwp {\r
-       int     md_dummy;               /* must have at least one member */\r
-};\r
-\r
-struct mdproc {\r
-       void    (*md_syscall)(struct trapframe *, struct lwp *, u_int32_t);\r
-       int     pmc_enabled;            /* bitfield of enabled counters */\r
-       void    *pmc_state;             /* port-specific pmc state */\r
-};\r
-\r
-#endif /* _ARM32_PROC_H_ */\r