aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/bus.h
blob: 271df34fbea4bdc322e1903f9e4a8dbfc6645fe5 (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef BUS_H
#define BUS_H

void bus_install(void);

#endif