summaryrefslogtreecommitdiff
path: root/com32/libupload/ctime.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-03-15 21:51:46 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-03-15 21:58:47 +0100
commit997985d79e5813e8a33e82fb0cc0c0f08cf2c55d (patch)
tree075ba6a5c1abceb938626430743e6de6e2cbc4fe /com32/libupload/ctime.h
parent3905382158cc8c5c40f71e1b33f1802341838bca (diff)
downloadsyslinux-997985d79e5813e8a33e82fb0cc0c0f08cf2c55d.tar.gz
libupload: New library to manage uploads
This commit creates a library to upload content via 3 backends (srec/ymodem/tftp). Code came from sysdump and got librarized for being used more easily by more other com32 modules.
Diffstat (limited to 'com32/libupload/ctime.h')
-rw-r--r--com32/libupload/ctime.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/com32/libupload/ctime.h b/com32/libupload/ctime.h
new file mode 100644
index 00000000..e6461253
--- /dev/null
+++ b/com32/libupload/ctime.h
@@ -0,0 +1,8 @@
+#ifndef CTIME_H
+#define CTIME_H
+
+#include <inttypes.h>
+
+uint32_t posix_time(void);
+
+#endif /* CTIME_H */