timex.h

来自「linux 内核源代码」· C头文件 代码 · 共 19 行

H
19
字号
/* blackfin architecture timex specifications: Lineo Inc. 2001 * * Based on: include/asm-m68knommu/timex.h */#ifndef _ASMBLACKFIN_TIMEX_H#define _ASMBLACKFIN_TIMEX_H#define CLOCK_TICK_RATE	1000000	/* Underlying HZ */typedef unsigned long cycles_t;static inline cycles_t get_cycles(void){	return 0;}#endif

⌨️ 快捷键说明

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