bm8024drv.h
来自「这是motorola公司的powerpc芯片上的嵌入式linux上的驱动程序和测」· C头文件 代码 · 共 23 行
H
23 行
#ifndef _BM8024DRV_H#define _BM8024DRV_H/* * debug macro */#undef BM_DEBUG /* undef it, just in case */#ifdef BM_DEBUG# define BMDEBUG(fmt, args...) printk( KERN_DEBUG "bm8024: " fmt, ## args)#else# define BMDEBUG(fmt, args...) /* not debugging: nothing */#endif/* Default timeout period */#define BM8024_TIMEOUT 5 /* In jiffies */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?