From 55255f2ce3a2234850249efcabd9ba32d0a89a9c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 19 Oct 2015 15:58:46 +0200 Subject: Support computed (property-based) registers --- protocols/default.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/default.h') diff --git a/protocols/default.h b/protocols/default.h index c3e6d06..829b65d 100644 --- a/protocols/default.h +++ b/protocols/default.h @@ -1,5 +1,5 @@ -#ifndef _PCILIB_DEFAULT_H -#define _PCILIB_DEFAULT_H +#ifndef _PCILIB_PROTOCOL_DEFAULT_H +#define _PCILIB_PROTOCOL_DEFAULT_H #include "pcilib.h" #include "version.h" @@ -13,4 +13,4 @@ const pcilib_register_protocol_api_description_t pcilib_default_protocol_api = { PCILIB_VERSION, NULL, NULL, pcilib_default_read, pcilib_default_write }; #endif /* _PCILIB_EXPORT_C */ -#endif /* _PCILIB_DEFAULT_H */ +#endif /* _PCILIB_PROTOCOL_DEFAULT_H */ -- cgit v1.2.3