/** @file
Copyright (c) 2016 - 2017, Socionext Inc. All rights reserved.
Copyright (c) 2017, Linaro, Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef OGMA_VERSION_H
#define OGMA_VERSION_H
#define OGMA_VER_NETSEC (0x00050050UL)
#define OGMA_INVALID_VER 0x0
#define OGMA_VER_MAJOR_NUM(x) ((x) & 0xffff0000UL)
#endif /* OGMA_VERSION_H */