Changeset 76f566d in mainline for abi


Ignore:
Timestamp:
2018-07-05T09:32:27Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
984a9ba
Parents:
5e904dd
Message:

coding style improvements (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/cap.h

    r5e904dd r76f566d  
    3636#define ABI_CAP_H_
    3737
    38 #define CAP_NIL         0
     38#define CAP_NIL  0
    3939
    40 #define CAP_HANDLE_VALID(handle)        ((handle) != CAP_NIL)
    41 #define CAP_HANDLE_RAW(handle)          ((intptr_t) (handle))
     40#define CAP_HANDLE_VALID(handle)  ((handle) != CAP_NIL)
     41#define CAP_HANDLE_RAW(handle)    ((intptr_t) (handle))
    4242
    4343typedef void *cap_handle_t;
     
    4545typedef struct {
    4646} *cap_call_handle_t;
     47
    4748typedef struct {
    4849} *cap_phone_handle_t;
     50
    4951typedef struct {
    5052} *cap_irq_handle_t;
Note: See TracChangeset for help on using the changeset viewer.