Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
staging
tidspbridge
include
dspbridge
msgdefs.h
Go to the documentation of this file.
1
/*
2
* msgdefs.h
3
*
4
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
5
*
6
* Global msg_ctrl constants and types.
7
*
8
* Copyright (C) 2005-2006 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 MSGDEFS_
20
#define MSGDEFS_
21
22
/* msg_ctrl Objects: */
23
struct
msg_mgr
;
24
struct
msg_queue
;
25
26
/* Function prototype for callback to be called on RMS_EXIT message received */
27
typedef
void
(*
msg_onexit
) (
void
*
h
,
s32
node_status);
28
29
#endif
/* MSGDEFS_ */
Generated on Thu Jan 10 2013 14:32:04 for Linux Kernel by
1.8.2