Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDS
software
advLigoRTS
Commits
eb60e3f6
Commit
eb60e3f6
authored
3 years ago
by
Ezekiel Dohmen
Browse files
Options
Downloads
Patches
Plain Diff
Adding include gaurd and include in file that implements
parent
475c2b70
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!439
RCG 5.0 release fro deb 10
,
!297
Cleaning up findSharedMemory usage, fixing error checks on the returned...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/drv/rfm.c
+2
-0
2 additions, 0 deletions
src/drv/rfm.c
src/include/findSharedMemory.h
+6
-0
6 additions, 0 deletions
src/include/findSharedMemory.h
with
8 additions
and
0 deletions
src/drv/rfm.c
+
2
−
0
View file @
eb60e3f6
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
src/include/findSharedMemory.h
+
6
−
0
View file @
eb60e3f6
#ifndef LIGO_FINDSHAREDMEMORY_H
#define LIGO_FINDSHAREDMEMORY_H
volatile
void
*
findSharedMemory
(
char
*
);
volatile
void
*
findSharedMemorySize
(
char
*
,
int
size_mb
);
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment