and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / disman / mteTriggerExistenceTable.h
1 /*
2  * This file was generated by mib2c and is intended for use as a mib module
3  * for the ucd-snmp snmpd agent. 
4  */
5
6
7 #ifndef _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
8 #define _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
9
10
11 /*
12  * we may use header_complex from the header_complex module 
13  */
14
15
16 config_require(header_complex)
17
18     /*
19      * enum definitions from the covered mib sections 
20      */
21 #define MTETRIGGEREXISTENCETEST_PRESENT          0x80
22 #define MTETRIGGEREXISTENCETEST_ABSENT           0x40
23 #define MTETRIGGEREXISTENCETEST_CHANGED          0x20
24 #define MTETRIGGEREXISTENCESTARTUP_PRESENT       0x80
25 #define MTETRIGGEREXISTENCESTARTUP_ABSENT        0x40
26     /*
27      * function prototypes 
28      */
29      void            init_mteTriggerExistenceTable(void);
30      FindVarMethod   var_mteTriggerExistenceTable;
31
32      WriteMethod     write_mteTriggerExistenceTest;
33      WriteMethod     write_mteTriggerExistenceStartup;
34      WriteMethod     write_mteTriggerExistenceObjectsOwner;
35      WriteMethod     write_mteTriggerExistenceObjects;
36      WriteMethod     write_mteTriggerExistenceEventOwner;
37      WriteMethod     write_mteTriggerExistenceEvent;
38
39 #endif                          /* _MIBGROUP_MTETRIGGEREXISTENCETABLE_H */