aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/modules.h')
-rw-r--r--AT91SAM7S256/Source/modules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/AT91SAM7S256/Source/modules.h b/AT91SAM7S256/Source/modules.h
index a5f3bb1..14a1780 100644
--- a/AT91SAM7S256/Source/modules.h
+++ b/AT91SAM7S256/Source/modules.h
@@ -66,7 +66,8 @@ enum
FILETX_DSTEXISTS = 0x9800,
FILETX_SRCMISSING = 0x9900,
FILETX_STREAMERROR = 0x9A00,
- FILETX_CLOSEERROR = 0x9B00
+ FILETX_CLOSEERROR = 0x9B00,
+ INVALIDSEEK = 0x9C00
};