Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
assembler.h File Reference
#include <linux/stringify.h>

Go to the source code of this file.

Macros

#define __STR(x)   __stringify(x)
 
#define M32R_LOCK   __STR(ld)
 
#define M32R_UNLOCK   __STR(st)
 

Macro Definition Documentation

#define __STR (   x)    __stringify(x)

Definition at line 19 of file assembler.h.

#define M32R_LOCK   __STR(ld)

Definition at line 26 of file assembler.h.

#define M32R_UNLOCK   __STR(st)

Definition at line 27 of file assembler.h.