mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00
11 lines
194 B
C
11 lines
194 B
C
#ifndef _LINUX_INIT_H
|
|
#define _LINUX_INIT_H
|
|
|
|
#include <linux/compiler.h>
|
|
#include <linux/types.h>
|
|
|
|
#define __initdata
|
|
#define __initdata
|
|
#define __initconst
|
|
#endif /* _LINUX_INIT_H */
|