Statistics
| Revision:

root / logic / trunk / src / hci_comm / hciChanged.h @ 57

History | View | Annotate | Download (524 Bytes)

1

    
2
/*
3
 * hciChanged.h
4
 *
5
 * 2011, Aleksander Besir (alex.besir@gmail.com)
6
 *
7
 */
8

    
9
 #ifndef _ENERAPTOR_HCI_HCICHANGED
10
 #define _ENERAPTOR_HCI_HCICHANGED
11

    
12
 // hciChanged value codes
13
 #define HCI_CHANGED_RESET  0 // No changes made.
14
                              // Logic has to reset hciChanged to this value
15
                              // whenever it reads it
16

    
17
 #define HCI_CHANGED_SCENARIOS -1 // HCI has changed scenariotree.xml contents
18

    
19
 #define HCI_CHANGED_DEVICES -2 // HCI has changed devicetree.xml contents
20

    
21
 #endif