aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/modules.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-04 08:03:23 +0800
committerTat-Chee Wan (USM)2011-07-04 08:03:23 +0800
commitc10627a2a5a048752d1d8b777ad87a0aca7929c1 (patch)
tree64f27317f1ac30844938fcd5cd7b4da20039bb37 /AT91SAM7S256/Source/modules.h
parenta307367bdfbadd2ce7516b8a373c52c505c47964 (diff)
parentc331530002825a86f12151266a9772167a3a49ce (diff)
Merge remote branch 'nicolas/jch-merge'
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
};