linux-headers/arch/e2k/include/asm/types.h

12 lines
197 B
C

#ifndef _E2K_TYPES_H_
#define _E2K_TYPES_H_
#include <uapi/asm/types.h>
#ifndef __ASSEMBLY__
typedef struct linux_binprm linux_binprm_t;
#endif /* !(__ASSEMBLY__) */
#endif /* _E2K_TYPES_H_ */