diff options
Diffstat (limited to '')
-rw-r--r-- | src/export.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/export.rs b/src/export.rs index 7646e3c5..572068ce 100644 --- a/src/export.rs +++ b/src/export.rs @@ -108,6 +108,13 @@ where { } +#[inline(always)] +pub fn assert_multicore<T>() +where + T: super::MultiCore, +{ +} + #[cfg(armv7m)] #[inline(always)] pub unsafe fn lock<T, R>( |