Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Reorder some function prototypes more ...
details: https://anonhg.NetBSD.org/src/rev/2da75a6d05fb
branches: trunk
changeset: 513941:2da75a6d05fb
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Aug 18 04:13:28 2001 +0000
description:
Reorder some function prototypes more logically.
diffstat:
sys/arch/mips/include/locore.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 1d8d12c22aa3 -r 2da75a6d05fb sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h Sat Aug 18 03:47:18 2001 +0000
+++ b/sys/arch/mips/include/locore.h Sat Aug 18 04:13:28 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.55 2001/08/15 02:45:08 simonb Exp $ */
+/* $NetBSD: locore.h,v 1.56 2001/08/18 04:13:28 simonb Exp $ */
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -90,10 +90,10 @@
void mips3_cp0_compare_write(u_int32_t);
u_int32_t mips3_cp0_config_read(void);
-void mips3_cp0_count_write(u_int32_t);
+void mips3_cp0_config_write(u_int32_t);
u_int32_t mips3_cp0_count_read(void);
-void mips3_cp0_config_write(u_int32_t);
+void mips3_cp0_count_write(u_int32_t);
u_int32_t mips3_cp0_wired_read(void);
void mips3_cp0_wired_write(u_int32_t);
Home |
Main Index |
Thread Index |
Old Index