source: GPL/trunk/include/linux/dma-mapping.h@ 367

Last change on this file since 367 was 365, checked in by Brendan Oakley, 17 years ago

Placeholders for dma-mapping.h and cacheflush.h

  • Property svn:eol-style set to native
File size: 832 bytes
Line 
1#ifndef _ASM_LINUX_DMA_MAPPING_H
2#define _ASM_LINUX_DMA_MAPPING_H
3
4/*
5 * This file is part of Uniaud32.
6 * Copyright (c) 2008 Netlabs
7 *
8 * Uniaud32 is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2
10 * as published by the Free Software Foundation.
11 *
12 * Uniaud32 is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Uniaud32. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21/*
22 * dma-mapping.h --- Linux DMA mapping for OS/2 and eComStation.
23 */
24
25
26#endif /* _ASM_LINUX_DMA_MAPPING_H */
Note: See TracBrowser for help on using the repository browser.