Add firmware for the ATUSB IEEE 802.15.4 USB Adapter
[linux-libre-firmware.git] / atusb / version.h
1 /*
2  * fw/version.h - Automatically generated version string
3  *
4  * Written 2008, 2011 by Werner Almesberger
5  * Copyright 2008, 2011 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 extern const char *build_date;
21 extern const uint16_t build_number;
22
23 #endif /* !VERSION_H */