20 lines
286 B
C
20 lines
286 B
C
/*
|
|
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
|
|
* Copyright (c) 2014 Intel Corporation.
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const char* gVERSION;
|
|
extern const char* gVERSION_SHORT;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|