~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/tidspbridge/include/dspbridge/drvdefs.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * drvdefs.h
3
 
 *
4
 
 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
5
 
 *
6
 
 * Definition of common struct between dspdefs.h and drv.h.
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 DRVDEFS_
20
 
#define DRVDEFS_
21
 
 
22
 
/* Bridge Driver Object */
23
 
struct drv_object;
24
 
 
25
 
#endif /* DRVDEFS_ */