package kernel.peripherals; interface IPeripheral { public function getAddr(): String; public function getType(): String; }