Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
firmware.h File Reference
#include <linux/types.h>
#include <linux/compiler.h>
#include <linux/gfp.h>

Go to the source code of this file.

Data Structures

struct  firmware
 
struct  builtin_fw
 

Macros

#define FW_ACTION_NOHOTPLUG   0
 
#define FW_ACTION_HOTPLUG   1
 
#define __fw_concat1(x, y)   x##y
 
#define __fw_concat(x, y)   __fw_concat1(x, y)
 
#define DECLARE_BUILTIN_FIRMWARE(name, blob)   DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob))
 
#define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size)
 

Macro Definition Documentation

#define __fw_concat (   x,
  y 
)    __fw_concat1(x, y)

Definition at line 32 of file firmware.h.

#define __fw_concat1 (   x,
  y 
)    x##y

Definition at line 31 of file firmware.h.

#define DECLARE_BUILTIN_FIRMWARE (   name,
  blob 
)    DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob))

Definition at line 34 of file firmware.h.

#define DECLARE_BUILTIN_FIRMWARE_SIZE (   name,
  blob,
  size 
)
Value:
static const struct builtin_fw __fw_concat(__builtin_fw,__COUNTER__) \

Definition at line 37 of file firmware.h.

#define FW_ACTION_HOTPLUG   1

Definition at line 9 of file firmware.h.

#define FW_ACTION_NOHOTPLUG   0

Definition at line 8 of file firmware.h.