/* * Author: Brendan Le Foll * 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