eal/windows: add headers for compatibility
authorAnand Rawat <anand.rawat@intel.com>
Tue, 2 Apr 2019 03:54:55 +0000 (20:54 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 2 Apr 2019 23:21:31 +0000 (01:21 +0200)
commit4dc2b4d2a4cdab6cbc673c5e38ea1cf17b087b2f
treef88761362efa3fede79a41eb4b74507f1d2dd35c
parent846ff907ee8541b12ef102b0ebecb5d7e883a585
eal/windows: add headers for compatibility

Added headers to support Windows environment for common source.
These headers will have Windows specific implementions of the
system library APIs provided in Linux and FreeBSD.

Signed-off-by: Anand Rawat <anand.rawat@intel.com>
Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
Acked-by: Harini Ramakrishnan <harini.ramakrishnan@microsoft.com>
lib/librte_eal/windows/eal/include/fnmatch.h [new file with mode: 0644]
lib/librte_eal/windows/eal/include/pthread.h [new file with mode: 0644]
lib/librte_eal/windows/eal/include/regex.h [new file with mode: 0644]
lib/librte_eal/windows/eal/include/sched.h [new file with mode: 0644]
lib/librte_eal/windows/eal/include/unistd.h [new file with mode: 0644]