7 lines
128 B
C
7 lines
128 B
C
#ifndef __SCONST_H__
|
|
#define __SCONST_H__
|
|
|
|
#include "kernel/const.h"
|
|
#include "kernel/procoffsets.h"
|
|
|
|
#endif /* __SCONST_H__ */
|