diff options
Diffstat (limited to 'util/broadcom/secimage/io.c')
-rw-r--r-- | util/broadcom/secimage/io.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/broadcom/secimage/io.c b/util/broadcom/secimage/io.c index 4d99aad8ea..c32a06dc7a 100644 --- a/util/broadcom/secimage/io.c +++ b/util/broadcom/secimage/io.c @@ -11,7 +11,6 @@ * GNU General Public License for more details. */ - #include <stdio.h> #include <string.h> #include "secimage.h" @@ -39,7 +38,6 @@ int ReadBinaryFile(char *fname, uint8_t *buf, int maxlen) return len; } - /*---------------------------------------------------------------------- * Name : FileSizeGet * Purpose : Return the size of the file @@ -56,7 +54,6 @@ size_t FileSizeGet(FILE *file) return (size_t)length; } - /*---------------------------------------------------------------------- * Name : DataRead * Purpose : Read all the data from a file @@ -90,7 +87,6 @@ int DataRead(char *filename, uint8_t *buf, int *length) return 0; } - /*---------------------------------------------------------------------- * Name : DataWrite * Purpose : Write some binary data to a file |