linux/arch/parisc/include/asm/types.h
<<
>>
Prefs
   1#ifndef _PARISC_TYPES_H
   2#define _PARISC_TYPES_H
   3
   4#include <asm-generic/int-ll64.h>
   5
   6#ifndef __ASSEMBLY__
   7
   8typedef unsigned short umode_t;
   9
  10#endif /* __ASSEMBLY__ */
  11
  12#endif
  13