26 #ifndef _UCOMMON_BITMAP_H_
27 #define _UCOMMON_BITMAP_H_
29 #ifndef _UCOMMON_CONFIG_H_
84 unsigned memsize(
void)
const;
93 bitmap(
void *
addr,
size_t length, bus_t size = B8);
119 bool get(
size_t offset)
const;
126 void set(
size_t offset,
bool value);
Various miscellaneous platform specific headers and defines.
Accessing a bitmap on 8 bit bus device.
Accessing a bitmap on a 16 bit device.
Accessing a bitmap on a 64 bit device.
A class to access bit fields in external bitmaps.
struct sockaddr * addr(Socket::address &address)
A convenience function to convert a socket address list into a socket address.
Accessing a bitmap on a 32 bit device.