00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef checksum_h 00004 #define checksum_h 00005 00006 // 00007 // INTERFACE definition follows 00008 // 00009 00010 00011 class Checksum 00012 { 00013 00014 public: 00015 // calculate simple checksum over kernel text section and read-only data 00016 static unsigned get_checksum_ro(); 00017 00018 // calculate simple checksum over kernel data section 00019 static unsigned get_checksum_rw(); 00020 }; 00021 00022 #endif // checksum_h