mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
11 lines
157 B
C++
11 lines
157 B
C++
#include <Tactility/Driver.h>
|
|
|
|
extern "C" {
|
|
|
|
extern void register_kernel_drivers() {
|
|
extern Driver root_driver;
|
|
driver_construct(&root_driver);
|
|
}
|
|
|
|
}
|