Changeset 450 for trunk/kernel/kern/chdev.h
- Timestamp:
- Jun 29, 2018, 10:44:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/chdev.h
r447 r450 158 158 * This structure is replicated in each cluster, and is initialised during kernel init. 159 159 * It is used for fast access to a device descriptor, from type and channel for an 160 * external peripheral, or from type and cluster for a haredinternal peripheral.160 * external peripheral, or from type and cluster for an internal peripheral. 161 161 * - a "shared" chdev can be accessed by any thread running in any cluster. 162 162 * - a "private" chdev can only be accessed by a thread running in local cluster.
Note: See TracChangeset
for help on using the changeset viewer.