
Go to the source code of this file.
Defines | |
| #define | BITS_PER_LONG (32) |
| The number of bits used to represent a variable of type 'long'. | |
Typedefs | |
| typedef unsigned long | phys_addr_t |
| Type representing a physical address. | |
| typedef unsigned long | phys_size_t |
| Type representing the size of a physical memory region. | |
Definition in file types.h.
| #define BITS_PER_LONG (32) |
The number of bits used to represent a variable of type 'long'.
Definition at line 45 of file types.h.
Referenced by atomic_test_and_clear_bit(), atomic_test_and_set_bit(), extract_aligned_bitfield(), extract_bitfield(), and test_bit().
| typedef unsigned long phys_addr_t |
| typedef unsigned long phys_size_t |
1.5.8