Changeset 96368f56 in mainline for kernel/generic/include/cap/cap.h
- Timestamp:
- 2025-01-16T13:33:58Z (13 days ago)
- Children:
- fa3ed5b
- Parents:
- e0e2264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cap/cap.h
re0e2264 r96368f56 37 37 38 38 #include <abi/cap.h> 39 #include <adt/hash_table.h> 40 #include <adt/hash.h> 41 #include <adt/list.h> 42 #include <atomic.h> 43 #include <lib/ra.h> 44 #include <lib/refcount.h> 45 #include <synch/mutex.h> 39 46 #include <typedefs.h> 40 #include <adt/list.h>41 #include <adt/hash.h>42 #include <adt/hash_table.h>43 #include <lib/ra.h>44 #include <synch/mutex.h>45 #include <atomic.h>46 47 47 48 typedef enum { … … 80 81 typedef struct kobject { 81 82 kobject_type_t type; 82 atomic_ size_t refcnt;83 atomic_refcount_t refcnt; 83 84 84 85 /** Mutex protecting caps_list */
Note:
See TracChangeset
for help on using the changeset viewer.