Commit ce6b8e52 authored by Federico Vaga's avatar Federico Vaga

rt: add comments for the access modes to SHM

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 0be8fa23
......@@ -22,6 +22,10 @@
#ifndef __WRNODE_SMEM_H
#define __WRNODE_SMEM_H
/**
* List of available access modes
*/
#define SMEM_RANGE_ADD 0x10000
#define SMEM_RANGE_SUB 0x20000
#define SMEM_RANGE_SET 0x30000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment