ofono/drivers/mbimmodem
Jonas Bonn 67701b1c40 drivers: constify vtables
The driver vtables are read-only structures.  This patch declares them as
'const' allowing the compiler to (optionally) put them in the RELRO
section.  RELRO pages may be marked as read-only by the linker after
the relocations have been done ensuring that they aren't inadvertently
or maliciously altered at runtime.
2018-10-17 09:56:27 -05:00
..
devinfo.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
gprs-context.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
gprs.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
mbim-desc.c mbim: Add MBIM descriptor utilities 2017-10-05 11:08:38 -05:00
mbim-desc.h mbim: Add MBIM descriptor utilities 2017-10-05 11:08:38 -05:00
mbim-message.c mbim: Add IPv4/v6 Element & Address extractors 2017-11-13 21:24:37 -06:00
mbim-message.h mbim: Add IPv4/v6 Element & Address extractors 2017-11-13 21:24:37 -06:00
mbim-private.h mbim: Add header & body accessors for mbim-message 2017-10-05 11:08:38 -05:00
mbim.c mbim: Add mbim context type UUIDs 2017-11-13 21:24:37 -06:00
mbim.h mbim: Add mbim context type UUIDs 2017-11-13 21:24:37 -06:00
mbimmodem.c mbim: fix calling mbim_sms_exit instead of _init 2018-09-20 10:49:06 -05:00
mbimmodem.h mbimmodem: Add gprs-context driver 2017-11-13 21:24:37 -06:00
network-registration.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
sim.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
sms.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
util.c mbimmodem: Move available_data_classes_to_tech 2017-11-09 11:39:43 -06:00
util.h mbimmodem: Move available_data_classes_to_tech 2017-11-09 11:39:43 -06:00