Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add a structure tag for phys_ram_seg_t.



details:   https://anonhg.NetBSD.org/src/rev/9e62c7a621ef
branches:  trunk
changeset: 760989:9e62c7a621ef
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 18 08:17:39 2011 +0000

description:
Add a structure tag for phys_ram_seg_t.

diffstat:

 sys/sys/kcore.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62835c1dadb6 -r 9e62c7a621ef sys/sys/kcore.h
--- a/sys/sys/kcore.h   Tue Jan 18 08:16:43 2011 +0000
+++ b/sys/sys/kcore.h   Tue Jan 18 08:17:39 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kcore.h,v 1.3 2009/10/20 19:10:12 snj Exp $    */
+/*     $NetBSD: kcore.h,v 1.4 2011/01/18 08:17:39 matt Exp $   */
 
 /*
  * Copyright (c) 1996 Leo Weppelman.
@@ -39,7 +39,7 @@
  * Description of a memory segment. To make this suitable for sharing
  * between all architectures, u_quad_t seems to be the necessary type...
  */
-typedef struct {
+typedef struct phys_ram_seg {
        u_quad_t        start;          /* Physical start address       */
        u_quad_t        size;           /* Size in bytes                */
 } phys_ram_seg_t;



Home | Main Index | Thread Index | Old Index