9 lines
74 B
C
9 lines
74 B
C
#ifndef _ELF_LOADER_H
|
|
#define _ELF_LOADER_H
|
|
|
|
#include <types.h>
|
|
|
|
|
|
|
|
#endif
|