Changeset 98cb5e0d in mainline for kernel/generic/include/cap/cap.h


Ignore:
Timestamp:
2017-11-25T14:43:29Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
01c3bb4
Parents:
ac307b2
Message:

Move cap_handle_t to abi/cap.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cap/cap.h

    rac307b2 r98cb5e0d  
    3636#define KERN_CAP_H_
    3737
     38#include <abi/cap.h>
    3839#include <typedefs.h>
    3940#include <adt/list.h>
     
    4344#include <synch/mutex.h>
    4445#include <atomic.h>
    45 
    46 typedef int cap_handle_t;
    4746
    4847typedef enum {
Note: See TracChangeset for help on using the changeset viewer.