creator-level saving new files in fat
[quarnos.git] / resources / isa.h
blob1f355befbb05a2de893af83f9ff6a609aee68222
1 #include "bus.h"
3 namespace resources {
4 class isa_impl : public bus_impl {
5 private:
6 int dev_count;
8 public:
9 bool initialize();
10 bool type_added(manes::type_name);
11 int get_count();
13 static void register_type();