about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/sharedmemory.h
blob: a4e839e1f19f0ef6707bf6fe0fb700170cdbbc73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SHAREDMEMORY_H
#define SHAREDMEMORY_H

#include "common.h"
#include "fs.h"

void initializeSharedMemory();
FileSystemNode* createSharedMemory(const char* name);
void destroySharedMemory(const char* name);
FileSystemNode* getSharedMemoryNode(const char* name);

#endif // SHAREDMEMORY_H