xref: /dpdk/drivers/net/sfc/sfc_service.h (revision 7c041f971ba7dc6a2228834c1aae1707837aae60)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  *
3  * Copyright(c) 2020-2021 Xilinx, Inc.
4  */
5 
6 #ifndef _SFC_SERVICE_H
7 #define _SFC_SERVICE_H
8 
9 #include <stdint.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 uint32_t sfc_get_service_lcore(int socket_id);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 #endif  /* _SFC_SERVICE_H */
21