Changeset 5ca10d1 in mainline for uspace/srv/hid/output/port/chardev.c


Ignore:
Timestamp:
2019-04-06T13:40:29Z (5 years ago)
Author:
Petr Pavlu <setup@…>
Children:
3c0899a7
Parents:
f7842ef
git-author:
Petr Pavlu <setup@…> (2019-03-31 14:36:08)
git-committer:
Petr Pavlu <setup@…> (2019-04-06 13:40:29)
Message:

arm64: Add PL011 uspace driver

File:
1 edited

Legend:

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

    rf7842ef r5ca10d1  
    216216#elif defined(MACHINE_msim)
    217217                /* OK */
     218#elif defined(UARCH_arm64) && defined(MACHINE_virt)
     219                /* OK */
    218220#else
    219221                return EOK;
Note: See TracChangeset for help on using the changeset viewer.