Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/port/ega.c

    rbbc6277 r7ee7e6a  
    169169}
    170170
    171 static void ega_flush(outdev_t *dev)
    172 {
    173 }
    174 
    175171static outdev_ops_t ega_ops = {
    176172        .yield = ega_yield,
     
    179175        .get_caps = ega_get_caps,
    180176        .cursor_update = ega_cursor_update,
    181         .char_update = ega_char_update,
    182         .flush = ega_flush
     177        .char_update = ega_char_update
    183178};
    184179
Note: See TracChangeset for help on using the changeset viewer.