Changeset 5f4c41b2 in mainline for uspace/srv/hid/output/output.c


Ignore:
Timestamp:
2017-11-26T02:41:55Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4cfd271
Parents:
9940ce0
Message:

Move sending side of Sun4v console out of output server.

File:
1 edited

Legend:

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

    r9940ce0 r5f4c41b2  
    3737#include "port/ega.h"
    3838#include "port/kchar.h"
    39 #include "port/niagara.h"
    4039#include "port/chardev.h"
    4140#include "output.h"
     
    479478                ega_init();
    480479                kchar_init();
    481                 niagara_init();
    482480        }
    483481       
Note: See TracChangeset for help on using the changeset viewer.