ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_atraps.h
(Generate patch)

Comparing mon/src/mon_atraps.h (file contents):
Revision 1.5 by cebix, 2000-04-24T13:10:13Z vs.
Revision 1.6 by cebix, 2000-09-25T12:44:33Z

# Line 22 | Line 22
22   #define MON_ATRAPS_H
23  
24   struct atrap_info {
25 <        char *name;
26 <        uint16 word;
25 >        const char *name;
26 >        unsigned short word;
27   };
28  
29 < static atrap_info atraps[] = {
29 > static const struct atrap_info atraps[] = {
30          {"Open"                     , 0xA000},
31          {"Close"                    , 0xA001},
32          {"Read"                     , 0xA002},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines