summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-10-07 08:23:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-07 08:23:45 +0200
commitdd4da6d328ebb6e871a5584b3864d8c5cc64af86 (patch)
treee5dbcf1c457411ae2740a055047ec53967605fbd /include
parent181bb315d046da57126b1b93a5d695bb634e3e5f (diff)
parentf54c032120b6e24b622933af7acb8a817395eb34 (diff)
downloadbarebox-dd4da6d328ebb6e871a5584b3864d8c5cc64af86.tar.gz
barebox-dd4da6d328ebb6e871a5584b3864d8c5cc64af86.tar.xz
Merge branch 'for-next/omap'
Diffstat (limited to 'include')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index e452b7ac9d..cde543e5b0 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -45,6 +45,7 @@ const char *file_type_to_short_string(enum filetype f);
enum filetype file_detect_partition_table(const void *_buf, size_t bufsize);
enum filetype file_detect_type(const void *_buf, size_t bufsize);
enum filetype file_name_detect_type(const char *filename);
+enum filetype cdev_detect_type(const char *name);
enum filetype is_fat_or_mbr(const unsigned char *sector, unsigned long *bootsec);
int is_fat_boot_sector(const void *_buf);