mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
8 lines
88 B
C
Executable File
8 lines
88 B
C
Executable File
#ifndef __INIT_H
|
|
#define __INIT_H
|
|
|
|
void __init(void);
|
|
void __exit(void);
|
|
|
|
#endif
|