Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ide-gd.h File Reference

Go to the source code of this file.

Data Structures

struct  ide_disk_obj
 

Macros

#define DRV_NAME   "ide-gd"
 
#define PFX   DRV_NAME ": "
 
#define IDE_GD_DEBUG_LOG   0
 
#define ide_debug_log(lvl, fmt, args...)   do {} while (0)
 

Functions

sector_t ide_gd_capacity (ide_drive_t *)
 

Macro Definition Documentation

#define DRV_NAME   "ide-gd"

Definition at line 4 of file ide-gd.h.

#define ide_debug_log (   lvl,
  fmt,
  args... 
)    do {} while (0)

Definition at line 13 of file ide-gd.h.

#define IDE_GD_DEBUG_LOG   0

Definition at line 8 of file ide-gd.h.

#define PFX   DRV_NAME ": "

Definition at line 5 of file ide-gd.h.

Function Documentation

sector_t ide_gd_capacity ( ide_drive_t )

Definition at line 59 of file ide-gd.c.