staging: ti dspbridge: add header files
[deliverable/linux.git] / drivers / staging / tidspbridge / include / dspbridge / rmstypes.h
1 /*
2 * rmstypes.h
3 *
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
5 *
6 * DSP/BIOS Bridge Resource Manager Server shared data type definitions.
7 *
8 * Copyright (C) 2008 Texas Instruments, Inc.
9 *
10 * This package is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 *
14 * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 */
18
19 #ifndef RMSTYPES_
20 #define RMSTYPES_
21 #include <linux/types.h>
22 /*
23 * DSP-side definitions.
24 */
25 #include <dspbridge/std.h>
26 typedef u32 rms_word;
27
28 #endif /* RMSTYPES_ */
This page took 0.04126 seconds and 5 git commands to generate.