/* Do not trust that the usage will be correct; analyze the arguments. */ externvoid scr_memcpyw(u16 *d, const u16 *s, unsignedint count); externvoid scr_memmovew(u16 *d, const u16 *s, unsignedint count);
/* ??? These are currently only used for downloading character sets. As such, they don't need memory barriers. Is this all they are intended
to be used for? */ #define vga_readb(a) readb((u8 __iomem *)(a)) #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a))
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.