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:
parent
6d72dce7ed
commit
a90735a7a4
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user