Blob: mesh-io-generic.h
Blob id: 915e376bf207201fb4fb1f9702d047dcceddbe72
Size: 229 B
1 2 3 4 5 6 7 8 9 10 11 | /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2018 Intel Corporation. All rights reserved. * * */ extern const struct mesh_io_api mesh_io_generic; |