166 int sol_platform_linux_mount(
const char *dev,
const char *mpoint,
const char *fstype,
void (*cb)(
void *data,
const char *mpoint,
int status),
const void *data);
#define SOL_ATTR_NO_RETURN
Used to tell that a function never return.
Definition: sol-macros.h:198
struct sol_str_slice modalias
The alias.
Definition: sol-platform-linux.h:175
These are common Soletta macros.
String slice type.
Definition: sol-str-slice.h:84
struct sol_str_slice action
The uevent action.
Definition: sol-platform-linux.h:176
Struct that contains information about an uevent.
Definition: sol-platform-linux.h:174
struct sol_str_slice subsystem
The event subsystem.
Definition: sol-platform-linux.h:177
struct sol_str_slice devtype
The device type.
Definition: sol-platform-linux.h:178
These are routines that Soletta provides for its string slice implementation.
struct sol_str_slice devname
The device name.
Definition: sol-platform-linux.h:179