Kernel  |  3.14

下载     查看原文件
C++程序  |  13行  |  189 B
#ifndef _ETRAX_TYPES_H
#define _ETRAX_TYPES_H

#include <uapi/asm/types.h>

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */

#define BITS_PER_LONG 32

#endif