diff options
Diffstat (limited to 'source/link.c')
-rw-r--r-- | source/link.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/link.c b/source/link.c index 7229191..4178293 100644 --- a/source/link.c +++ b/source/link.c | |||
@@ -1,3 +1,9 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2017 hatkirby | ||
3 | * | ||
4 | * This software may be modified and distributed under the terms | ||
5 | * of the MIT license. See the LICENSE file for details. | ||
6 | */ | ||
1 | #include "link.h" | 7 | #include "link.h" |
2 | 8 | ||
3 | u32 waitForButtons(u32 mask) | 9 | u32 waitForButtons(u32 mask) |