mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
8 lines
187 B
C
8 lines
187 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <gps_generic/gps_generic.h>
|
|
|
|
DEFINE_DEVICETREE(gps_generic, struct GpsConfig)
|