eal: add C++ include guard for reciprocal header
authorTyler Retzlaff <roretzla@linux.microsoft.com>
Wed, 17 Mar 2021 16:14:12 +0000 (09:14 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 15 Apr 2021 14:44:18 +0000 (16:44 +0200)
commita6f88f7eb9ed077a02607cf9cd2b5101eda9f804
tree88fe926161b064f696c82c89f18373680c772954
parent692c0e78a52e62c31ed44d31eb66dafd439e5446
eal: add C++ include guard for reciprocal header

Add missing extern "C" linkage for rte_reciprocal.h consistent with
other eal headers.

Fixes: ffe3ec811ef5 ("sched: introduce reciprocal divide")
Cc: stable@dpdk.org
Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Acked-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/include/rte_reciprocal.h