aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/yabel/compat/rtas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/yabel/compat/rtas.h')
-rw-r--r--src/device/oprom/yabel/compat/rtas.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/device/oprom/yabel/compat/rtas.h b/src/device/oprom/yabel/compat/rtas.h
index f701cc61b4..ccad9e958b 100644
--- a/src/device/oprom/yabel/compat/rtas.h
+++ b/src/device/oprom/yabel/compat/rtas.h
@@ -38,13 +38,13 @@
#include "of.h"
typedef struct dtime {
- unsigned int year;
- unsigned int month;
- unsigned int day;
- unsigned int hour;
- unsigned int minute;
- unsigned int second;
- unsigned int nano;
+ unsigned int year;
+ unsigned int month;
+ unsigned int day;
+ unsigned int hour;
+ unsigned int minute;
+ unsigned int second;
+ unsigned int nano;
} dtime;
typedef void (*thread_t) (int);