mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
973d8b2005
*Converted every 4 spaces to a tab to make the source consistent on those
16 lines
150 B
C
16 lines
150 B
C
#ifndef SVNREV_H
|
|
#define SVNREV_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
const char *GetRev();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* SVNREV_H */
|