drivers: change indentation in build files
[dpdk.git] / drivers / crypto / bcmfs / bcmfs_sym_capabilities.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2020 Broadcom
3  * All rights reserved.
4  */
5
6 #ifndef _BCMFS_SYM_CAPABILITIES_H_
7 #define _BCMFS_SYM_CAPABILITIES_H_
8
9 /*
10  * Get capabilities list for the device
11  *
12  */
13 const struct rte_cryptodev_capabilities *bcmfs_sym_get_capabilities(void);
14
15 #endif /* _BCMFS_SYM_CAPABILITIES_H__ */