12 lines
210 B
C++
12 lines
210 B
C++
// SPDX-License-Identifier: Apache-2.0
|
|
#include <tactility/drivers/i8080_controller.h>
|
|
#include <tactility/device.h>
|
|
|
|
extern "C" {
|
|
|
|
const DeviceType I8080_CONTROLLER_TYPE {
|
|
.name = "i8080-controller"
|
|
};
|
|
|
|
}
|