]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - src_frescan/frescan_bwres_fna.h
added Changelog file
[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  */
15
16 #ifndef _FRESCAN_FNA_H_
17 #define _FRESCAN_FNA_H_
18
19 #include "fna.h" // for fna_operations_t
20
21 extern fna_operations_t frescan_fna_operations;
22
23 #endif // _FRESCAN_FNA_H_
24