|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | MSG "hello world!" |
| #define | MSG_LIMIT 100 |
Functions | |
| MODULE_DEVICE_TABLE (rpmsg, rpmsg_driver_sample_id_table) | |
| module_init (rpmsg_client_sample_init) | |
| module_exit (rpmsg_client_sample_fini) | |
| MODULE_DESCRIPTION ("Remote processor messaging sample client driver") | |
| MODULE_LICENSE ("GPL v2") | |
| #define MSG "hello world!" |
Definition at line 24 of file rpmsg_client_sample.c.
| #define MSG_LIMIT 100 |
Definition at line 25 of file rpmsg_client_sample.c.
| MODULE_DEVICE_TABLE | ( | rpmsg | , |
| rpmsg_driver_sample_id_table | |||
| ) |
| module_exit | ( | rpmsg_client_sample_fini | ) |
| module_init | ( | rpmsg_client_sample_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2