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