]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - src_frescan/frescan_bwres_fna.h
Unified header for FNA
[frescor/fna.git] / src_frescan / frescan_bwres_fna.h
1 /*!
2  * @file frescan_bwres_fna.h
3  *
4  * @brief FRESCAN bandwidth reservation layer: FNA hooks
5  *
6  * This module contains hooks to integrate the FRESCAN protocol in FRSH
7  *
8  * @version 0.01
9  *
10  * @date 1-Apr-2008
11  *
12  * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
13  *
14  * @license
15  *
16 //----------------------------------------------------------------------
17 //  Copyright (C) 2006 - 2009 by the FRESCOR consortium:
18 //
19 //    Universidad de Cantabria,              SPAIN
20 //    University of York,                    UK
21 //    Scuola Superiore Sant'Anna,            ITALY
22 //    Kaiserslautern University,             GERMANY
23 //    Univ. Politecnica  Valencia,           SPAIN
24 //    Czech Technical University in Prague,  CZECH REPUBLIC
25 //    ENEA                                   SWEDEN
26 //    Thales Communication S.A.              FRANCE
27 //    Visual Tools S.A.                      SPAIN
28 //    Rapita Systems Ltd                     UK
29 //    Evidence                               ITALY
30 //
31 //    See http://www.frescor.org
32 //
33 //        The FRESCOR project (FP6/2005/IST/5-034026) is funded
34 //        in part by the European Union Sixth Framework Programme
35 //        The European Union is not liable of any use that may be
36 //        made of this code.
37 //
38 //
39 //  based on previous work (FSF) done in the FIRST project
40 //
41 //   Copyright (C) 2005  Mälardalen University, SWEDEN
42 //                       Scuola Superiore S.Anna, ITALY
43 //                       Universidad de Cantabria, SPAIN
44 //                       University of York, UK
45 //
46 // This file is part of FNA (Frescor Network Adaptation)
47 //
48 // FNA is free software; you can redistribute it and/or modify it
49 // under terms of the GNU General Public License as published by the
50 // Free Software Foundation; either version 2, or (at your option) any
51 // later version.  FNA is distributed in the hope that it will be
52 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
53 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
54 // General Public License for more details. You should have received a
55 // copy of the GNU General Public License along with FNA; see file
56 // COPYING. If not, write to the Free Software Foundation, 675 Mass Ave,
57 // Cambridge, MA 02139, USA.
58 //
59 // As a special exception, including FNA header files in a file,
60 // instantiating FNA generics or templates, or linking other files
61 // with FNA objects to produce an executable application, does not
62 // by itself cause the resulting executable application to be covered
63 // by the GNU General Public License. This exception does not
64 // however invalidate any other reasons why the executable file might be
65 // covered by the GNU Public License.
66 // -----------------------------------------------------------------------
67  *
68  */
69
70 #ifndef _FRESCAN_FNA_H_
71 #define _FRESCAN_FNA_H_
72
73 #include "fna.h" // for fna_operations_t
74
75 extern fna_operations_t frescan_fna_operations;
76
77 #endif // _FRESCAN_FNA_H_
78