summaryrefslogtreecommitdiffstats
path: root/main/common/boardinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/boardinfo.h')
-rw-r--r--main/common/boardinfo.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/main/common/boardinfo.h b/main/common/boardinfo.h
index 8a690b3..a92569b 100644
--- a/main/common/boardinfo.h
+++ b/main/common/boardinfo.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -29,20 +29,20 @@
#define _BOARDINFO_H_
struct boardinfo {
- unsigned char *array;
- short size;
- char *varname;
- char *def;
- char *prompt;
+ unsigned char *array;
+ short size;
+ char *varname;
+ char *def;
+ char *prompt;
};
struct boardinfoverify {
- unsigned short len;
- unsigned short crc16;
-};
+ unsigned short len;
+ unsigned short crc16;
+};
-#define BISIZE sizeof(struct boardinfo)
-#define BIVSIZE sizeof(struct boardinfoverify)
+#define BISIZE sizeof(struct boardinfo)
+#define BIVSIZE sizeof(struct boardinfoverify)
/* boardinfotbl[]:
* If the "boardinfo" facility in the monitor is to be used, then