Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

checksum.h

Go to the documentation of this file.
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

Generated on Mon Sep 26 14:20:10 2005 for Fiasco by  doxygen 1.4.2