C8051F32x firmware infrastructure
Sign in or create your account | Project List | Help
C8051F32x firmware infrastructure Git Source Tree
Root/
| 1 | /* |
| 2 | * boot/version.h - Automatically generated version string |
| 3 | * |
| 4 | * Written 2008 by Werner Almesberger |
| 5 | * Copyright 2008 Werner Almesberger |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
| 11 | */ |
| 12 | |
| 13 | |
| 14 | #ifndef VERSION_H |
| 15 | #define VERSION_H |
| 16 | |
| 17 | #include <stdint.h> |
| 18 | |
| 19 | /* |
| 20 | * Oddly, sdcc seems to insist on the "extern" to mean "declaration". |
| 21 | */ |
| 22 | |
| 23 | extern const char *build_date; |
| 24 | extern const uint16_t build_number; |
| 25 | |
| 26 | #endif /* !VERSION_H */ |
| 27 |
Branches:
master
