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

Not removing these lines yet, but not sure why they are needed

parent 1a31253d
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!304Some code cleanup, and fixing userspace builds after the last pull request.
......@@ -8,6 +8,8 @@
extern "C" {
#endif
extern volatile void* findSharedMemory( char* sys_name );
extern volatile void* findSharedMemorySize( char* sys_name, int size );
extern int shmem_format_name( char* dest, const char* src, size_t n );
// extern volatile void* shmem_open_segment(const char *sys_name, size_t
......
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