summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/drivers/common/dpaax/caamflib.c
blob: 55e20281ca58f1e186c5ed74bfea6905ae66614d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
 *
 * Copyright 2020 NXP
 *
 */

#include <rta.h>

/*
 * SEC HW block revision.
 *
 * This *must not be confused with SEC version*:
 * - SEC HW block revision format is "v"
 * - SEC revision format is "x.y"
 */
enum rta_sec_era rta_sec_era;