Changeset 7633b109 in mainline for genarch/include/fb/fb.h


Ignore:
Timestamp:
2006-05-19T13:14:37Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ca586a1
Parents:
c0bc189
Message:

Change the way the framebuffer is mapped so that sparc64 is usable again.

File:
1 edited

Legend:

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

    rc0bc189 r7633b109  
    3636void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
    3737
     38/* To be implemented by architecture. */
     39void fb_map_arch(__address virtaddr, __address physaddr, size_t size);
     40
    3841#endif
Note: See TracChangeset for help on using the changeset viewer.