Skip to content
Snippets Groups Projects
Commit 56a80de8 authored by Lucas Russo's avatar Lucas Russo
Browse files

include/mem_layout_common.h: add "C" header guard for C++ compatibility

parent 7c005710
No related merge requests found
#ifndef _MEM_LAYOUT_COMMON_
#define _MEM_LAYOUT_COMMON_
#ifdef __cplusplus
extern "C" {
#endif
#include "pcie_regs.h"
/* FMC_ACTIVE_CLK Component */
......@@ -82,4 +86,8 @@
/* Large Memory Addresses */
#define LARGE_MEM_ADDR (BAR2_ADDR | LARGE_MEM_RAW_ADDR)
#ifdef __cplusplus
}
#endif
#endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment