]> git.droids-corp.org - dpdk.git/commit
bus/dpaa: fix C++ include guard
authorWeiguo Li <liwg06@foxmail.com>
Mon, 7 Feb 2022 12:36:56 +0000 (20:36 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Feb 2022 15:59:23 +0000 (16:59 +0100)
commit1785d9eb62eea2b32c08ea30bfdd318e45b8120c
tree05e4f6d0003fa111ee038cc82309646b7a310721
parent0edc1f408a8b47251bdc188d6e91fb6ea61df426
bus/dpaa: fix C++ include guard

Supplement the missing half of braces for the extern "C" block,
or remove the incomplete guard in internal header.

Fixes: 6d6b4f49a155 ("bus/dpaa: add FMAN hardware operations")
Fixes: 919eeaccb2ba ("bus/dpaa: introduce NXP DPAA bus driver skeleton")
Signed-off-by: Weiguo Li <liwg06@foxmail.com>
drivers/bus/dpaa/include/fsl_fman.h
drivers/bus/dpaa/rte_dpaa_bus.h