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

Go to the source code of this file.

Data Structures

struct  at24_platform_data
 

Macros

#define AT24_FLAG_ADDR16   0x80 /* address pointer is 16 bit */
 
#define AT24_FLAG_READONLY   0x40 /* sysfs-entry will be read-only */
 
#define AT24_FLAG_IRUGO   0x20 /* sysfs-entry will be world-readable */
 
#define AT24_FLAG_TAKE8ADDR   0x10 /* take always 8 addresses (24c00) */
 

Macro Definition Documentation

#define AT24_FLAG_ADDR16   0x80 /* address pointer is 16 bit */

Definition at line 46 of file at24.h.

#define AT24_FLAG_IRUGO   0x20 /* sysfs-entry will be world-readable */

Definition at line 48 of file at24.h.

#define AT24_FLAG_READONLY   0x40 /* sysfs-entry will be read-only */

Definition at line 47 of file at24.h.

#define AT24_FLAG_TAKE8ADDR   0x10 /* take always 8 addresses (24c00) */

Definition at line 49 of file at24.h.