aboutsummaryrefslogtreecommitdiff
path: root/xbmc/filesystem/IFileTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/filesystem/IFileTypes.h')
-rw-r--r--xbmc/filesystem/IFileTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/filesystem/IFileTypes.h b/xbmc/filesystem/IFileTypes.h
index 4f594ca291..1f89350cc9 100644
--- a/xbmc/filesystem/IFileTypes.h
+++ b/xbmc/filesystem/IFileTypes.h
@@ -40,6 +40,9 @@ namespace XFILE
/* indicate that caller want to reopen a file if its already open */
static const unsigned int READ_REOPEN = 0x100;
+/* indicate that caller want open a file without intermediate buffer regardless to file type */
+ static const unsigned int READ_NO_BUFFER = 0x200;
+
struct SNativeIoControl
{
unsigned long int request;