Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/include Add avail_start, avail_end declar...



details:   https://anonhg.NetBSD.org/src/rev/d3d4a73eae4e
branches:  trunk
changeset: 338843:d3d4a73eae4e
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 11 15:08:27 2015 +0000

description:
Add avail_start, avail_end declarations.

diffstat:

 sys/arch/dreamcast/include/kloader.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 1ea4b571005e -r d3d4a73eae4e sys/arch/dreamcast/include/kloader.h
--- a/sys/arch/dreamcast/include/kloader.h      Thu Jun 11 14:32:16 2015 +0000
+++ b/sys/arch/dreamcast/include/kloader.h      Thu Jun 11 15:08:27 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kloader.h,v 1.4 2008/04/28 20:23:16 martin Exp $ */
+/* $NetBSD: kloader.h,v 1.5 2015/06/11 15:08:27 matt Exp $ */
 
 /*-
  * Copyright (c) 2002, 2004 The NetBSD Foundation, Inc.
@@ -30,3 +30,4 @@
 #define        KLOADER_NO_BOOTINFO
 #define PG_VADDR(pg)   SH3_PHYS_TO_P1SEG(VM_PAGE_TO_PHYS(pg))
 #include <dev/kloader.h>
+extern paddr_t avail_start, avail_end;



Home | Main Index | Thread Index | Old Index