2017-11-02 12:04:40 -04:00
|
|
|
#ifndef KERNELMQ_INCLUDED_PROTECTED
|
|
|
|
#define KERNELMQ_INCLUDED_PROTECTED 1
|
|
|
|
|
2017-11-05 10:26:30 -05:00
|
|
|
#include <kernelmq/info.h>
|
|
|
|
|
|
|
|
void protected_initialize(const struct KernelMQ_Info *kinfo);
|
2017-11-02 12:04:40 -04:00
|
|
|
|
|
|
|
#endif
|