linux/drivers/staging/wlags49_h2/mmd.h
<<
>>
Prefs
   1
   2#ifndef MMD_H
   3#define MMD_H 1
   4
   5/*************************************************************************************************************
   6*
   7* FILE    : mmd.h
   8*
   9* DATE    : $Date: 2004/07/19 08:16:14 $   $Revision: 1.2 $
  10* Original: 2004/05/17 07:33:14    Revision: 1.18      Tag: hcf7_t20040602_01
  11* Original: 2004/05/11 06:22:59    Revision: 1.17      Tag: hcf7_t7_20040513_01
  12* Original: 2004/04/15 09:24:42    Revision: 1.13      Tag: hcf7_t7_20040415_01
  13* Original: 2004/04/08 15:18:17    Revision: 1.12      Tag: t7_20040413_01
  14* Original: 2004/04/01 15:32:55    Revision: 1.10      Tag: t7_20040401_01
  15* Original: 2004/03/04 16:47:50    Revision: 1.7      Tag: t20040310_01
  16* Original: 2004/03/03 12:47:05    Revision: 1.6      Tag: t20040304_01
  17* Original: 2004/02/25 14:14:39    Revision: 1.5      Tag: t20040302_03
  18* Original: 2004/02/24 13:00:29    Revision: 1.4      Tag: t20040224_01
  19* Original: 2004/01/30 09:59:33    Revision: 1.3      Tag: t20040219_01
  20*
  21* AUTHOR  : Nico Valster
  22*
  23* DESC    : Definitions and Prototypes for HCF, MSF, UIL as well as USF sources
  24*
  25***************************************************************************************************************
  26*
  27*
  28* SOFTWARE LICENSE
  29*
  30* This software is provided subject to the following terms and conditions,
  31* which you should read carefully before using the software.  Using this
  32* software indicates your acceptance of these terms and conditions.  If you do
  33* not agree with these terms and conditions, do not use the software.
  34*
  35* COPYRIGHT © 2001 - 2004       by Agere Systems Inc.   All Rights Reserved
  36* All rights reserved.
  37*
  38* Redistribution and use in source or binary forms, with or without
  39* modifications, are permitted provided that the following conditions are met:
  40*
  41* . Redistributions of source code must retain the above copyright notice, this
  42*    list of conditions and the following Disclaimer as comments in the code as
  43*    well as in the documentation and/or other materials provided with the
  44*    distribution.
  45*
  46* . Redistributions in binary form must reproduce the above copyright notice,
  47*    this list of conditions and the following Disclaimer in the documentation
  48*    and/or other materials provided with the distribution.
  49*
  50* . Neither the name of Agere Systems Inc. nor the names of the contributors
  51*    may be used to endorse or promote products derived from this software
  52*    without specific prior written permission.
  53*
  54* Disclaimer
  55*
  56* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  57* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
  58* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  ANY
  59* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
  60* RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY
  61* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  62* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  63* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  64* ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT
  65* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  66* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  67* DAMAGE.
  68*
  69*
  70**************************************************************************************************************/
  71#ifndef HCF_H
  72#include "hcf.h"        //just to get going with swig
  73#endif
  74
  75EXTERN_C CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp );
  76
  77#endif // MMD_H
  78