6 lines
106 B
C
6 lines
106 B
C
#pragma once
|
|
|
|
#include "app_interfaces.h"
|
|
|
|
typedef struct { transport_t transport; } transport_service_t;
|