timex.h

来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 23 行

H
23
字号
/* * linux/include/asm-arm/timex.h * * Architecture Specific TIME specifications * * Copyright (C) 1997,1998 Russell King */#ifndef _ASMARM_TIMEX_H#define _ASMARM_TIMEX_H#include <asm/arch/timex.h>typedef unsigned long cycles_t;extern cycles_t cacheflush_time;static inline cycles_t get_cycles (void){	return 0;}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?