/* * Architecture specific parts of the Floppy driver * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995 - 2000 Ralf Baechle */ #ifndef _ASM_FLOPPY_H #define _ASM_FLOPPY_H #include <linux/dma-mapping.h>
static inline void fd_cacheflush(char * addr, long size) { dma_cache_sync(NULL, addr, size, DMA_BIDIRECTIONAL); }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
pre-git | pre-git | 11 | 44.00% | 3 | 60.00% |
andrew morton | andrew morton | 9 | 36.00% | 1 | 20.00% |
ralf baechle | ralf baechle | 5 | 20.00% | 1 | 20.00% |
Total | 25 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
pre-git | pre-git | 55 | 68.75% | 6 | 54.55% |
andrew morton | andrew morton | 12 | 15.00% | 1 | 9.09% |
ralf baechle | ralf baechle | 9 | 11.25% | 2 | 18.18% |
linus torvalds | linus torvalds | 3 | 3.75% | 1 | 9.09% |
phil carmody | phil carmody | 1 | 1.25% | 1 | 9.09% |
Total | 80 | 100.00% | 11 | 100.00% |