1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-27 11:24:34 -05:00
kernel/kernelmq/protected.h

9 lines
164 B
C
Raw Normal View History

#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);
#endif