?? 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 + -