Changeset f2c3fed in mainline for abi


Ignore:
Timestamp:
2016-08-28T11:56:37Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75b139f
Parents:
6aeca0d
Message:

Move AS_AREA_ANY, AS_MAP_FAILED and AS_AREA_UNPAGED to abi/

This way the macros can be also used in the kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/mm/as.h

    r6aeca0d rf2c3fed  
    4444#define AS_AREA_LATE_RESERVE 0x20
    4545
     46#define AS_AREA_ANY    ((void *) -1)
     47#define AS_MAP_FAILED  ((void *) -1)
     48
     49#define AS_AREA_UNPAGED -1
     50
    4651/** Address space area info exported to uspace. */
    4752typedef struct {
Note: See TracChangeset for help on using the changeset viewer.