10 lines
118 B
C
10 lines
118 B
C
|
|
#ifndef __KT_H__
|
||
|
|
#define __KT_H__
|
||
|
|
|
||
|
|
#include "system/includes.h"
|
||
|
|
|
||
|
|
void kt_boot_init(void);
|
||
|
|
void kt_init(void);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|