raw/cnxk_bphy: add header includes

Generally it is good practice to include all headers that provide APIs
which are being used. This is especially true in situations where 3rd
party apps include our public headers and assume that all should work
out of the box.

Including all headers explicitly helps to achieve that.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
This commit is contained in:
Tomasz Duszynski 2021-11-02 19:41:33 +01:00 committed by Jerin Jacob
parent 6d72dce7ed
commit a90735a7a4

View File

@ -5,7 +5,11 @@
#ifndef _CNXK_BPHY_H_
#define _CNXK_BPHY_H_
#include <stdint.h>
#include <rte_common.h>
#include <rte_dev.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_rawdev.h>