Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
exports.c File Reference
#include <asm/lv1call.h>

Go to the source code of this file.

Macros

#define LV1_CALL(name, in, out, num)
 

Macro Definition Documentation

#define LV1_CALL (   name,
  in,
  out,
  num 
)
Value:
extern s64 _lv1_##name(LV1_##in##_IN_##out##_OUT_ARG_DECL); \
EXPORT_SYMBOL(_lv1_##name);

Definition at line 21 of file exports.c.