Newer
Older
barebox / arch / nios2 / include / asm / types.h
@Sascha Hauer Sascha Hauer on 1 Feb 2016 112 bytes nios2: Add missing typedef for umode_t
#ifndef __ASM_TYPES_H
#define __ASM_TYPES_H

#include <asm/int-ll64.h>

typedef unsigned short umode_t;

#endif