From fc7ef140a8106398fff38c2d93b2f07d72f3dfe9 Mon Sep 17 00:00:00 2001 From: germeier Date: Thu, 24 Jul 2003 16:17:30 +0000 Subject: initial handling of the new SmartMedia chip --- libmpio/defs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libmpio/defs.h') diff --git a/libmpio/defs.h b/libmpio/defs.h index 413ab6a..10033b3 100644 --- a/libmpio/defs.h +++ b/libmpio/defs.h @@ -1,5 +1,5 @@ /* - * $Id: defs.h,v 1.28 2003/07/15 07:34:53 germeier Exp $ + * $Id: defs.h,v 1.29 2003/07/24 16:17:30 germeier Exp $ * * libmpio - a library for accessing Digit@lways MPIO players * Copyright (C) 2002, 2003 Markus Germeier @@ -240,6 +240,9 @@ typedef struct { /* lookup table for phys.<->log. block mapping */ mpio_zonetable_t zonetable; + /* version of chips used */ + BYTE version; + } mpio_smartmedia_t; /* health status of a memory "card" */ -- cgit v1.2.3