[PATCH] pcmcia: remove get_socket callback
[linux-2.6/linux-loongson.git] / include / asm-arm / arch-omap / dsp_common.h
blob4fcce6944056e4f1377735a010783be986f583ac
1 /*
2 * linux/include/asm-arm/arch-omap/dsp_common.h
4 * Header for OMAP DSP subsystem control
6 * Copyright (C) 2004,2005 Nokia Corporation
8 * Written by Toshihiro Kobayashi <toshihiro.kobayashi@nokia.com>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 2005/06/03: DSP Gateway version 3.3
27 #ifndef ASM_ARCH_DSP_COMMON_H
28 #define ASM_ARCH_DSP_COMMON_H
30 void omap_dsp_pm_suspend(void);
31 void omap_dsp_pm_resume(void);
32 void omap_dsp_request_mpui(void);
33 void omap_dsp_release_mpui(void);
34 int omap_dsp_request_mem(void);
35 int omap_dsp_release_mem(void);
37 #endif /* ASM_ARCH_DSP_COMMON_H */