27 #ifndef _UCOMMON_BITMAP_H_
28 #define _UCOMMON_BITMAP_H_
30 #ifndef _UCOMMON_CONFIG_H_
85 unsigned memsize(
void)
const;
94 bitmap(
void *addr,
size_t length, bus_t size = B8);
101 explicit bitmap(
size_t length);
120 bool get(
size_t offset)
const;
127 void set(
size_t offset,
bool value);
Accessing a bitmap on a 32 bit device.
Accessing a bitmap on 8 bit bus device.
Various miscellaneous platform specific headers and defines.
Accessing a bitmap on a 64 bit device.
A class to access bit fields in external bitmaps.
Accessing a bitmap on a 16 bit device.
struct sockaddr * addr(Socket::address &address)
A convenience function to convert a socket address list into a socket address.
Common namespace for all ucommon objects.