Module Name:    src
Committed By:   ahoka
Date:           Tue Jun 28 20:49:43 UTC 2011

Modified Files:
        src/sys/sys: flashio.h

Log Message:
add flash_addr_t


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/flashio.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/sys/flashio.h
diff -u src/sys/sys/flashio.h:1.3 src/sys/sys/flashio.h:1.4
--- src/sys/sys/flashio.h:1.3	Mon Apr  4 18:23:39 2011
+++ src/sys/sys/flashio.h	Tue Jun 28 20:49:43 2011
@@ -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

Reply via email to