atari_stdma.h
来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 23 行
H
23 行
#ifndef _atari_stdma_h#define _atari_stdma_h#include <asm/irq.h>/***************************** Prototypes *****************************/void stdma_lock(void (*handler)(int, void *, struct pt_regs *), void *data); void stdma_release( void );int stdma_others_waiting( void );int stdma_islocked( void );void *stdma_locked_by( void );void stdma_init( void );/************************* End of Prototypes **************************/#endif /* _atari_stdma_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?