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:

committed by
Aleksander Morgado

parent
5a9460b355
commit
daf27a9933
@@ -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
|
||||
|
Reference in New Issue
Block a user