📄 dma.c
字号:
/* * linux/arch/arm/mach-shark/dma.c * * by Alexander Schulz * * derived from: * arch/arm/kernel/dma-ebsa285.c * Copyright (C) 1998 Phil Blundell */#include <linux/config.h>#include <linux/sched.h>#include <linux/init.h>#include <asm/dma.h>#include <asm/io.h>#include <asm/mach/dma.h>void __init arch_dma_init(dma_t *dma){#ifdef CONFIG_ISA_DMA isa_init_dma(dma);#endif}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -