GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (c) XMEDIA. All rights reserved.
|
||||
*/
|
||||
#include "osal.h"
|
||||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
void osal_yield(void)
|
||||
{
|
||||
// yield();
|
||||
cond_resched();
|
||||
}
|
||||
EXPORT_SYMBOL(osal_yield);
|
||||
Reference in New Issue
Block a user