~gma500/+junk/emgd152-natty

« back to all changes in this revision

Viewing changes to emgd-dkms-1.5.15.3082/include/igd_reset.h

  • Committer: Luca Forina
  • Date: 2011-02-06 15:11:54 UTC
  • Revision ID: luca.forina@gmail.com-20110206151154-9dzn5ugxjub9qenb
Upload Emgd 1.5.2 for Natty (override Maverick)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- pse-c -*-
 
2
 *-----------------------------------------------------------------------------
 
3
 * Filename: igd_reset.h
 
4
 * $Revision: 1.3 $
 
5
 *-----------------------------------------------------------------------------
 
6
 * Copyright © 2002-2010, Intel Corporation.
 
7
 *
 
8
 * This program is free software; you can redistribute it and/or modify it
 
9
 * under the terms and conditions of the GNU General Public License,
 
10
 * version 2, as published by the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope it will be useful, but WITHOUT
 
13
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
14
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
15
 * more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License along with
 
18
 * this program; if not, write to the Free Software Foundation, Inc.,
 
19
 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
 
20
 *
 
21
 *-----------------------------------------------------------------------------
 
22
 * Description:
 
23
 *  This is the external header file for the reset module. It should be included 
 
24
 *  by above IAL for reset functionality on the ssigd HAL layers.
 
25
 *-----------------------------------------------------------------------------
 
26
 */
 
27
 
 
28
 
 
29
#ifndef _IGD_RESET_H
 
30
#define _IGD_RESET_H
 
31
 
 
32
 
 
33
/*----------------------------------------------------------------------------
 
34
 * Function:
 
35
 *   int dispatch->reset_alter(igd_driver_h driver_handle);
 
36
 *
 
37
 * Description:
 
38
 *              .
 
39
 * Parameters:
 
40
 *              driver_handle - pointer to main driver context structure.
 
41
 *
 
42
 * Return:
 
43
 *  !0: Pointer to a ring buffer structure upon successful allocation
 
44
 *  0: A ring buffer of specified type can not be allocated, or an
 
45
 *    error occurred during memory allocation for the buffer.
 
46
 *----------------------------------------------------------------------------
 
47
 */
 
48
 
 
49
 
 
50
#endif /*_IGD_RESET_H*/