Source-Changes-HG archive

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

[src/trunk]: src/sys/sys add flash_addr_t



details:   https://anonhg.NetBSD.org/src/rev/e4550d0f937a
branches:  trunk
changeset: 766606:e4550d0f937a
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Tue Jun 28 20:49:43 2011 +0000

description:
add flash_addr_t

diffstat:

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

diffs (17 lines):

diff -r ddf0d2cdb6ca -r e4550d0f937a sys/sys/flashio.h
--- a/sys/sys/flashio.h Tue Jun 28 20:28:48 2011 +0000
+++ b/sys/sys/flashio.h Tue Jun 28 20:49:43 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flashio.h,v 1.3 2011/04/04 18:23:39 ahoka Exp $        */
+/*     $NetBSD: flashio.h,v 1.4 2011/06/28 20:49:43 ahoka Exp $        */
 
 /*-
  * Copyright (c) 2011 Department of Software Engineering,
@@ -61,6 +61,7 @@
 /* common integer type to address flash */
 typedef int64_t flash_off_t;
 typedef uint64_t flash_size_t;
+typedef uint64_t flash_addr_t;
 
 /**
  * struct erase_params - for ioctl erase call



Home | Main Index | Thread Index | Old Index