Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rpmsg_client_sample.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/rpmsg.h>

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")
 

Macro Definition Documentation

#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.

Function Documentation

MODULE_DESCRIPTION ( "Remote processor messaging sample client driver )
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 )