Files
tactility/TactilityKernel/Include/Tactility/bindings/bindings.h
T
Ken Van Hoeylandt 96eccbdc8d Add tests and update licenses (#458)
Replace LGPL from past commit with Apache License 2.0 for the newly created projects:
- in Platforms/*
- TactilityKernel

Add license headers to source code in:
- in Platforms/*
- TactilityKernel
- TactilityFreeRtos

Updated LICENSE.md
2026-01-24 21:33:44 +01:00

11 lines
365 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
/**
* Creates required aliases for the devicetree generation.
* @param compatible_name the "compatible" value for the related driver
* @param config_type the internal configuration type for a device
*/
#define DEFINE_DEVICETREE(compatible_name, config_type) typedef config_type compatible_name##_config_dt;