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/ae7de656a81d
branches:  trunk
changeset: 808985:ae7de656a81d
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 ded13987f11a -r ae7de656a81d 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