Skip to content
Snippets Groups Projects
Commit eb60e3f6 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding include gaurd and include in file that implements

parent 475c2b70
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!297Cleaning up findSharedMemory usage, fixing error checks on the returned...
......@@ -18,6 +18,8 @@
#include "mbuf/mbuf.h"
#include "findSharedMemory.h"
/// Search shared memory device file names in /rtl_mem_*
/// @param[in] *sys_name Name of system, required to attach shared memory.
......
#ifndef LIGO_FINDSHAREDMEMORY_H
#define LIGO_FINDSHAREDMEMORY_H
volatile void* findSharedMemory( char* );
volatile void* findSharedMemorySize( char*, int size_mb );
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment