Changeset dc5647e in mainline for uspace/lib/c/include/ddi.h


Ignore:
Timestamp:
2024-07-08T19:00:57Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
878736e
Parents:
e3997a8
Message:

PC floppy disk driver

Bare minimum implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ddi.h

    re3997a8 rdc5647e  
    4747#include <task.h>
    4848
     49#define DMAMEM_1MiB   ((uintptr_t) UINT64_C(0xfffffffffff00000))
    4950#define DMAMEM_16MiB  ((uintptr_t) UINT64_C(0xffffffffff000000))
    5051#define DMAMEM_4GiB   ((uintptr_t) UINT64_C(0xffffffff00000000))
Note: See TracChangeset for help on using the changeset viewer.