hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @file
 
  Copyright (c) 2016 - 2017, Socionext Inc. All rights reserved.<BR>
  Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
 
  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 */