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

fpu_alloc.h

Go to the documentation of this file.
00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
00002 
00003 #ifndef fpu_alloc_h
00004 #define fpu_alloc_h
00005 
00006 #include "fpu.h"
00007 
00008 //
00009 // INTERFACE definition follows 
00010 //
00011 
00012 
00013 class Fpu_alloc : public Fpu
00014 {
00015 
00016 public:  
00017   static void alloc_state(Fpu_state *s);
00018   
00019   static void free_state(Fpu_state *s);
00020 
00021 private:  
00022   static inline slab_cache_anon * slab_alloc();
00023 };
00024 
00025 #endif // fpu_alloc_h

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