Spdk/lib/nvme
Daniel Verkamp 5dafa4940f nvme.h: include stdbool.h and stdint.h
Explicitly include system headers for types that are used in public
headers.

These were being pulled in by example code, so SPDK itself would build,
but other apps that did not include stdbool.h would fail to compile when
including spdk/nvme.h.

Also include nvme.h first in nvme_internal.h so this case gets tested
during normal compilation.

Change-Id: I8ed0fc4e0dcf71551738c461b4b825cc2ee1d233
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-02-22 09:57:11 -07:00
..
Makefile nvme: Add Intel NVMe device supported feature quirks 2016-01-29 13:45:05 -07:00
nvme_ctrlr_cmd.c nvme: add spdk_ prefix 2016-02-10 11:27:45 -07:00
nvme_ctrlr.c nvme: add spdk_ prefix 2016-02-10 11:27:45 -07:00
nvme_impl.h Include rte_config.h before other DPDK headers 2016-02-16 14:44:41 -07:00
nvme_intel.c pci_ids: add SPDK_ prefix 2016-02-08 14:28:47 -07:00
nvme_internal.h nvme.h: include stdbool.h and stdint.h 2016-02-22 09:57:11 -07:00
nvme_ns_cmd.c spdk_nvme_ns_cmd_reservation_report: fix request allocation 2016-02-19 15:24:09 -07:00
nvme_ns.c nvme: add spdk_ prefix 2016-02-10 11:27:45 -07:00
nvme_qpair.c nvme: store SGL callback in nvme_payload 2016-02-18 15:07:18 -07:00
nvme.c nvme: remove initialization of nvme_reqest::parent 2016-02-18 15:15:36 -07:00