summaryrefslogtreecommitdiff
path: root/interface/interface_module.h
blob: 3a606fa31779bc1427994412efc4d76b6be9ff64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef interface_interface_module_h
#define interface_interface_module_h
/* Cesar project {{{
 *
 * Copyright (C) 2008 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    interface/interface_module.h
 * \brief   Interface module indentifier. 
 * \ingroup interface
 *
 */

enum interface_modules_t
{
    INTERFACE_MODULE_INTERFACE,
    INTERFACE_MODULE_SNIFFER
};

#endif /* interface_interface_module_h */