Changeset 565 for trunk/kernel/devices/dev_mmc.h
- Timestamp:
- Oct 4, 2018, 11:48:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_mmc.h
r457 r565 27 27 #include <kernel_config.h> 28 28 #include <hal_kernel_types.h> 29 #include <spinlock.h>30 29 31 30 /***************************************************************************************** … … 46 45 * As these operations consume few cycles, and access conflicts are expected to be 47 46 * rare events, the calling threads use a busy waiting strategy to get the device 48 * spinlock, but do not register in the device waiting queue, and no server thread47 * busylock, but do not register in the device waiting queue, and no server thread 49 48 * is used for this device. 50 49 ****************************************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.