aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/bus/isa.cpp
blob: 2ad4d2125ef2ee1bd9c7c49fe9837290e0cd1446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "arch/bus/isa.hpp"

#include "kapi/devices.hpp"

namespace arch::bus
{

  isa::isa()
      : kapi::devices::bus(kapi::devices::allocate_major_number(), 0, "isa")
  {}

}  // namespace arch::bus