Module Name: src
Committed By: matt
Date: Thu Jun 11 15:08:28 UTC 2015
Modified Files:
src/sys/arch/dreamcast/include: kloader.h
Log Message:
Add avail_start, avail_end declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/dreamcast/include/kloader.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/dreamcast/include/kloader.h
diff -u src/sys/arch/dreamcast/include/kloader.h:1.4 src/sys/arch/dreamcast/include/kloader.h:1.5
--- src/sys/arch/dreamcast/include/kloader.h:1.4 Mon Apr 28 20:23:16 2008
+++ src/sys/arch/dreamcast/include/kloader.h Thu Jun 11 15:08:27 2015
@@ -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;