From 2d2351dafdd948a1e869c0c602afd863b69603b7 Mon Sep 17 00:00:00 2001 From: ROBBE Patrick <robbe@lal.in2p3.fr> Date: Sun, 27 Jan 2019 16:43:29 +0100 Subject: [PATCH] Add file --- Driver/common/pcie40.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Driver/common/pcie40.h diff --git a/Driver/common/pcie40.h b/Driver/common/pcie40.h new file mode 100644 index 0000000..9f8430e --- /dev/null +++ b/Driver/common/pcie40.h @@ -0,0 +1,8 @@ +#ifndef __PCIE40_H +#define __PCIE40_H + +#include <stdlib.h> + +int p40_get_devname(int dev, const char *suffix, char *dst, size_t dstlen); + +#endif//__PCIE40_H -- GitLab