You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
228 B
12 lines
228 B
7 months ago
|
#ifndef __MQNS_H
|
||
|
#define __MQNS_H
|
||
|
|
||
|
#define DEV_MQUEUE "/dev/mqueue"
|
||
|
#define DEV_MQUEUE2 "/dev/mqueue2"
|
||
|
#define SLASH_MQ1 "/MQ1"
|
||
|
#define NOSLASH_MQ1 "MQ1"
|
||
|
#define SLASH_MQ2 "/MQ2"
|
||
|
#define NOSLASH_MQ2 "MQ2"
|
||
|
|
||
|
#endif /* __MQNS_H */
|