More unfinished work on kernel API
This commit is contained in:
18
src/sharedblock.hpp
Normal file
18
src/sharedblock.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef SHAREDBLOCK_H
|
||||
#define SHAREDBLOCK_H
|
||||
|
||||
#include "memoryregion.hpp"
|
||||
|
||||
class SharedBlock : public MemoryRegion
|
||||
{
|
||||
public:
|
||||
|
||||
unsigned int getFlags() const;
|
||||
|
||||
private:
|
||||
|
||||
unsigned int m_flags;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user