summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
index 0684c6faf9..3d22cd21e4 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
@@ -211,7 +211,7 @@ typedef struct tPERSONAL_DATA {
unsigned settingsLost : 1; //!< User Settings Lost (0=Normal, 1=Prompt/Settings Lost)
unsigned RESERVED2 : 6; //!< ???
} _user_data;
-
+
u16 RESERVED3;
u32 rtcOffset;
u32 RESERVED4;
@@ -236,7 +236,7 @@ typedef struct tPERSONAL_DATA {
*/
struct __argv {
- int argvMagic; //!< argv magic number, set to 0x5f617267 ('_arg') if valid
+ int argvMagic; //!< argv magic number, set to 0x5f617267 ('_arg') if valid
char *commandLine; //!< base address of command line, set of null terminated strings
int length; //!< total length of command line
};