Changeset 8424198 in mainline for genarch/include/fb/fb.h


Ignore:
Timestamp:
2006-05-18T21:45:16Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
35f3b8c
Parents:
59477e3
Message:

unify the framebuffer API
use physical address as the base address for the framebuffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/include/fb/fb.h

    r59477e3 r8424198  
    3535extern spinlock_t fb_lock;
    3636void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
    37 void fb_register(void);
    3837
    3938#endif
Note: See TracChangeset for help on using the changeset viewer.