Searched defs:bit_basher (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dbitbash.h12 struct bit_basher;
29 void ( * write ) ( struct bit_basher *basher, unsigned int bit_id,
39 int ( * read ) ( struct bit_basher *basher, unsigned int bit_id );
43 struct bit_basher { struct
48 extern void write_bit ( struct bit_basher *basher, unsigned int bit_id,
50 extern int read_bit ( struct bit_basher *basher, unsigned int bit_id );

Completed in 56 milliseconds