kernel-device,qrtr: add MMKernelDeviceQrtr skeleton

Add the skeleton of MMKernelDeviceQrtr and allow building it by the
introduction of with-qrtr.
This commit is contained in:
Andrew Lassalle
2020-09-02 13:10:58 -07:00
committed by Aleksander Morgado
parent 5a9460b355
commit daf27a9933
4 changed files with 313 additions and 0 deletions

View File

@@ -24,6 +24,12 @@
#include <gmodule.h>
#if defined WITH_QMI
# include <libqmi-glib.h>
#endif
#if defined WITH_QMI && QMI_QRTR_SUPPORTED
# include "mm-kernel-device-qrtr.h"
#endif
#if defined WITH_UDEV
# include "mm-kernel-device-udev.h"
#endif