Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpc/stand/hpcboot add CacheSync() WinCE(2.10 or lat...
details: https://anonhg.NetBSD.org/src/rev/5b438438dfb7
branches: trunk
changeset: 521750:5b438438dfb7
user: uch <uch%NetBSD.org@localhost>
date: Mon Feb 04 17:32:36 2002 +0000
description:
add CacheSync() WinCE(2.10 or later) API declaration.
diffstat:
sys/arch/hpc/stand/hpcboot/hpcboot.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 1dafa77d4154 -r 5b438438dfb7 sys/arch/hpc/stand/hpcboot/hpcboot.h
--- a/sys/arch/hpc/stand/hpcboot/hpcboot.h Mon Feb 04 17:32:02 2002 +0000
+++ b/sys/arch/hpc/stand/hpcboot/hpcboot.h Mon Feb 04 17:32:36 2002 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: hpcboot.h,v 1.1 2001/02/09 18:34:42 uch Exp $ */
+/* $NetBSD: hpcboot.h,v 1.2 2002/02/04 17:32:36 uch Exp $ */
/*-
- * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -142,7 +142,9 @@
BOOL SetKMode(BOOL);
BOOL LockPages(LPVOID, DWORD, PDWORD, int);
BOOL UnlockPages(LPVOID, DWORD);
-
+void CacheSync(int);
+#define CACHE_D_WBINV 1
+#define CACHE_I_INV 2
/* ExtEscape */
#define GETVFRAMEPHYSICAL 6144
#define GETVFRAMELEN 6145
Home |
Main Index |
Thread Index |
Old Index