!157 删除无用的__cplusplus,移除不必要的文件x权限
Merge pull request !157 from Caoruihong/cplusplus
This commit is contained in:
commit
7ba0bfa800
|
@ -37,11 +37,6 @@
|
||||||
#include "shcmd.h"
|
#include "shcmd.h"
|
||||||
#include "sherr.h"
|
#include "sherr.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
int Chdir(const char *tgtDir)
|
int Chdir(const char *tgtDir)
|
||||||
{
|
{
|
||||||
|
@ -59,8 +54,3 @@ int Chdir(const char *tgtDir)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -36,11 +36,6 @@
|
||||||
#include "securec.h"
|
#include "securec.h"
|
||||||
#include "unistd.h"
|
#include "unistd.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
ShellCB *g_shellCB = NULL;
|
ShellCB *g_shellCB = NULL;
|
||||||
|
|
||||||
|
@ -139,8 +134,3 @@ ERR_OUT1:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -36,11 +36,6 @@
|
||||||
#include "dirent.h"
|
#include "dirent.h"
|
||||||
#include "securec.h"
|
#include "securec.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#define SHELL_INIT_MAGIC_FLAG 0xABABABAB
|
#define SHELL_INIT_MAGIC_FLAG 0xABABABAB
|
||||||
#define CTRL_C 0x03 /* 0x03: ctrl+c ASCII */
|
#define CTRL_C 0x03 /* 0x03: ctrl+c ASCII */
|
||||||
|
@ -599,8 +594,3 @@ unsigned int OsCmdExec(CmdParsed *cmdParsed, char *cmdStr)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
#include "shcmd.h"
|
#include "shcmd.h"
|
||||||
#include "sherr.h"
|
#include "sherr.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Filter out double quote or single-quoted strings at both ends
|
* Filter out double quote or single-quoted strings at both ends
|
||||||
|
@ -157,8 +152,3 @@ unsigned int OsCmdParse(char *cmdStr, CmdParsed *cmdParsed)
|
||||||
return OsCmdTokenSplit(cmdStr, ' ', cmdParsed);
|
return OsCmdTokenSplit(cmdStr, ' ', cmdParsed);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -42,11 +42,6 @@
|
||||||
#include "shell_pri.h"
|
#include "shell_pri.h"
|
||||||
#include "shcmd.h"
|
#include "shcmd.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
|
|
||||||
char *GetCmdline(ShellCB *shellCB)
|
char *GetCmdline(ShellCB *shellCB)
|
||||||
|
@ -640,8 +635,3 @@ int ShellEntryInit(ShellCB *shellCB)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -45,11 +45,6 @@
|
||||||
#include "los_vm_boot.h"
|
#include "los_vm_boot.h"
|
||||||
#include "los_mmu_descriptor_v6.h"
|
#include "los_mmu_descriptor_v6.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#ifdef LOSCFG_KERNEL_MMU
|
#ifdef LOSCFG_KERNEL_MMU
|
||||||
|
|
||||||
|
@ -973,9 +968,4 @@ VOID OsInitMappingStartUp(VOID)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
|
|
|
@ -39,11 +39,6 @@
|
||||||
#include "los_spinlock.h"
|
#include "los_spinlock.h"
|
||||||
#include "los_mmu_descriptor_v6.h"
|
#include "los_mmu_descriptor_v6.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#ifdef LOSCFG_KERNEL_VM
|
#ifdef LOSCFG_KERNEL_VM
|
||||||
|
|
||||||
|
@ -76,8 +71,3 @@ VOID OsFreeAsid(UINT32 asid)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -66,11 +66,6 @@
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#define INVALID_CPUID 0xFFFF
|
#define INVALID_CPUID 0xFFFF
|
||||||
#define OS_EXC_VMM_NO_REGION 0x0U
|
#define OS_EXC_VMM_NO_REGION 0x0U
|
||||||
|
@ -1191,8 +1186,3 @@ VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 recordCount, UINT32 jumpCou
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
#include "los_hw_pri.h"
|
#include "los_hw_pri.h"
|
||||||
#include "los_task_pri.h"
|
#include "los_task_pri.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/* support cpu vendors */
|
/* support cpu vendors */
|
||||||
CpuVendor g_cpuTable[] = {
|
CpuVendor g_cpuTable[] = {
|
||||||
|
@ -177,8 +172,3 @@ VOID DCacheInvRange(UINT32 start, UINT32 end)
|
||||||
arm_inv_cache_range(start, end);
|
arm_inv_cache_range(start, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
#include "los_sys_pri.h"
|
#include "los_sys_pri.h"
|
||||||
#include "los_hwi.h"
|
#include "los_hwi.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
LITE_OS_SEC_TEXT_INIT UINT32 OsTickInit(UINT32 systemClock, UINT32 tickPerSecond)
|
LITE_OS_SEC_TEXT_INIT UINT32 OsTickInit(UINT32 systemClock, UINT32 tickPerSecond)
|
||||||
{
|
{
|
||||||
|
@ -79,8 +74,3 @@ LITE_OS_SEC_TEXT_MINOR VOID LOS_Mdelay(UINT32 msecs)
|
||||||
HalDelayUs(msecs * 1000); /* 1000 : 1ms = 1000us */
|
HalDelayUs(msecs * 1000); /* 1000 : 1ms = 1000us */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -37,11 +37,6 @@
|
||||||
#endif
|
#endif
|
||||||
#include "los_sched_pri.h"
|
#include "los_sched_pri.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/* spinlock for hwi module, only available on SMP mode */
|
/* spinlock for hwi module, only available on SMP mode */
|
||||||
LITE_OS_SEC_BSS SPIN_LOCK_INIT(g_hwiSpin);
|
LITE_OS_SEC_BSS SPIN_LOCK_INIT(g_hwiSpin);
|
||||||
|
@ -352,8 +347,3 @@ LITE_OS_SEC_TEXT_INIT UINT32 LOS_HwiDelete(HWI_HANDLE_T hwiNum, HwiIrqParam *irq
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -33,11 +33,6 @@
|
||||||
#include "los_user_get.h"
|
#include "los_user_get.h"
|
||||||
#include "los_vm_map.h"
|
#include "los_vm_map.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
INT32 LOS_StrncpyFromUser(CHAR *dst, const CHAR *src, INT32 count)
|
INT32 LOS_StrncpyFromUser(CHAR *dst, const CHAR *src, INT32 count)
|
||||||
{
|
{
|
||||||
|
@ -67,8 +62,3 @@ INT32 LOS_StrncpyFromUser(CHAR *dst, const CHAR *src, INT32 count)
|
||||||
return offset;
|
return offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -33,11 +33,6 @@
|
||||||
#include "los_user_get.h"
|
#include "los_user_get.h"
|
||||||
#include "los_vm_map.h"
|
#include "los_vm_map.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
INT32 LOS_StrnlenUser(const CHAR *src, INT32 count)
|
INT32 LOS_StrnlenUser(const CHAR *src, INT32 count)
|
||||||
{
|
{
|
||||||
|
@ -66,8 +61,3 @@ INT32 LOS_StrnlenUser(const CHAR *src, INT32 count)
|
||||||
return count + 1;
|
return count + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -35,11 +35,6 @@
|
||||||
#include "los_memory.h"
|
#include "los_memory.h"
|
||||||
#include "los_vm_map.h"
|
#include "los_vm_map.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
size_t arch_copy_from_user(void *dst, const void *src, size_t len)
|
size_t arch_copy_from_user(void *dst, const void *src, size_t len)
|
||||||
{
|
{
|
||||||
|
@ -114,9 +109,4 @@ INT32 LOS_UserMemClear(unsigned char *buf, UINT32 len)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
|
|
|
@ -34,11 +34,6 @@
|
||||||
#include "los_sem.h"
|
#include "los_sem.h"
|
||||||
#include "los_task.h"
|
#include "los_task.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
int map_errno(UINT32 err)
|
int map_errno(UINT32 err)
|
||||||
{
|
{
|
||||||
|
@ -115,8 +110,3 @@ int map_errno(UINT32 err)
|
||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -37,11 +37,6 @@
|
||||||
#include "mqueue.h"
|
#include "mqueue.h"
|
||||||
#include "semaphore.h"
|
#include "semaphore.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Supply some suitable values for constants that may not be present
|
* Supply some suitable values for constants that may not be present
|
||||||
|
@ -145,8 +140,3 @@ pid_t getpid(void)
|
||||||
return ((LosTaskCB *)(OsCurrTaskGet()))->taskID;
|
return ((LosTaskCB *)(OsCurrTaskGet()))->taskID;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
|
@ -40,11 +40,6 @@
|
||||||
#include "fs_file.h"
|
#include "fs_file.h"
|
||||||
#include "user_copy.h"
|
#include "user_copy.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#define FNONBLOCK O_NONBLOCK
|
#define FNONBLOCK O_NONBLOCK
|
||||||
|
|
||||||
|
@ -842,8 +837,3 @@ ssize_t mq_receive(mqd_t personal, char *msg_ptr, size_t msg_len, unsigned int *
|
||||||
return mq_timedreceive(personal, msg_ptr, msg_len, msg_prio, NULL);
|
return mq_timedreceive(personal, msg_ptr, msg_len, msg_prio, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
#include "los_typedef.h"
|
#include "los_typedef.h"
|
||||||
#include "los_memory.h"
|
#include "los_memory.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
int posix_memalign(void **memAddr, size_t alignment, size_t size)
|
int posix_memalign(void **memAddr, size_t alignment, size_t size)
|
||||||
{
|
{
|
||||||
|
@ -52,8 +47,3 @@ int posix_memalign(void **memAddr, size_t alignment, size_t size)
|
||||||
return ENOERR;
|
return ENOERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
|
@ -38,11 +38,6 @@
|
||||||
#include "los_process_pri.h"
|
#include "los_process_pri.h"
|
||||||
#include "los_sched_pri.h"
|
#include "los_sched_pri.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Array of pthread control structures. A pthread_t object is
|
* Array of pthread control structures. A pthread_t object is
|
||||||
|
@ -809,8 +804,3 @@ int pthread_getaffinity_np(pthread_t thread, size_t cpusetsize, cpu_set_t* cpuse
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
#include "pthread.h"
|
#include "pthread.h"
|
||||||
#include "pprivate.h"
|
#include "pprivate.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
int pthread_attr_init(pthread_attr_t *attr)
|
int pthread_attr_init(pthread_attr_t *attr)
|
||||||
{
|
{
|
||||||
|
@ -280,8 +275,3 @@ int pthread_attr_getaffinity_np(const pthread_attr_t* attr, size_t cpusetsize, c
|
||||||
return ENOERR;
|
return ENOERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -36,11 +36,6 @@
|
||||||
#include "los_atomic.h"
|
#include "los_atomic.h"
|
||||||
#include "los_event_pri.h"
|
#include "los_event_pri.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#define BROADCAST_EVENT 1
|
#define BROADCAST_EVENT 1
|
||||||
#define COND_COUNTER_STEP 0x0004U
|
#define COND_COUNTER_STEP 0x0004U
|
||||||
|
@ -351,8 +346,3 @@ int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
|
@ -31,11 +31,6 @@
|
||||||
|
|
||||||
#include "pthread.h"
|
#include "pthread.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
int pthread_mutexattr_init(pthread_mutexattr_t *attr)
|
int pthread_mutexattr_init(pthread_mutexattr_t *attr)
|
||||||
{
|
{
|
||||||
|
@ -139,8 +134,3 @@ int pthread_mutex_unlock(pthread_mutex_t *mutex)
|
||||||
return LOS_MuxUnlock(mutex);
|
return LOS_MuxUnlock(mutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -35,11 +35,6 @@
|
||||||
#include "unistd.h"
|
#include "unistd.h"
|
||||||
#include "los_task_pri.h"
|
#include "los_task_pri.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
int sched_get_priority_min(int policy)
|
int sched_get_priority_min(int policy)
|
||||||
{
|
{
|
||||||
|
@ -143,8 +138,3 @@ int __sched_cpucount(size_t set_size, const cpu_set_t* set)
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -34,11 +34,6 @@
|
||||||
#include "map_error.h"
|
#include "map_error.h"
|
||||||
#include "time_posix.h"
|
#include "time_posix.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/* Initialize semaphore to value, shared is not supported in Huawei LiteOS. */
|
/* Initialize semaphore to value, shared is not supported in Huawei LiteOS. */
|
||||||
int sem_init(sem_t *sem, int shared, unsigned int value)
|
int sem_init(sem_t *sem, int shared, unsigned int value)
|
||||||
|
@ -197,8 +192,3 @@ int sem_unlink(const char *name)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -50,11 +50,6 @@
|
||||||
#include "los_swtmr_pri.h"
|
#include "los_swtmr_pri.h"
|
||||||
#include "los_sys_pri.h"
|
#include "los_sys_pri.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Do a time package defined return. This requires the error code
|
* Do a time package defined return. This requires the error code
|
||||||
|
@ -991,8 +986,3 @@ VOID OsGetVdsoTime(VdsoDataPage *vdsoDataPage)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
#include "fcntl.h"
|
#include "fcntl.h"
|
||||||
#include "linux/kernel.h"
|
#include "linux/kernel.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
static int MemOpen(struct file *filep)
|
static int MemOpen(struct file *filep)
|
||||||
{
|
{
|
||||||
|
@ -105,8 +100,3 @@ int DevMemRegister(void)
|
||||||
return register_driver("/dev/mem", &g_memDevOps, 0666, 0); /* 0666: file mode */
|
return register_driver("/dev/mem", &g_memDevOps, 0666, 0); /* 0666: file mode */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -39,11 +39,6 @@
|
||||||
#define QUICKSTART_UNREGISTER _IO(QUICKSTART_IOC_MAGIC, 1)
|
#define QUICKSTART_UNREGISTER _IO(QUICKSTART_IOC_MAGIC, 1)
|
||||||
#define QUICKSTART_NODE "/dev/quickstart"
|
#define QUICKSTART_NODE "/dev/quickstart"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
static int QuickstartOpen(struct file *filep)
|
static int QuickstartOpen(struct file *filep)
|
||||||
{
|
{
|
||||||
|
@ -110,8 +105,3 @@ int DevQuickStartRegister(void)
|
||||||
return register_driver(QUICKSTART_NODE, &g_quickstartDevOps, 0666, 0); /* 0666: file mode */
|
return register_driver(QUICKSTART_NODE, &g_quickstartDevOps, 0666, 0); /* 0666: file mode */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -33,11 +33,6 @@
|
||||||
#include "fcntl.h"
|
#include "fcntl.h"
|
||||||
#include "linux/kernel.h"
|
#include "linux/kernel.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
static unsigned long g_randomMax = 0x7FFFFFFF;
|
static unsigned long g_randomMax = 0x7FFFFFFF;
|
||||||
|
|
||||||
|
@ -121,8 +116,3 @@ int DevRandomRegister(void)
|
||||||
return register_driver("/dev/random", &g_ranDevOps, 0666, 0); /* 0666: file mode */
|
return register_driver("/dev/random", &g_ranDevOps, 0666, 0); /* 0666: file mode */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -120,8 +120,3 @@ int DevUrandomRegister(void)
|
||||||
return -EPERM;
|
return -EPERM;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
|
@ -56,11 +56,6 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
struct VnodeOps fatfs_vops; /* forward define */
|
struct VnodeOps fatfs_vops; /* forward define */
|
||||||
struct file_operations_vfs fatfs_fops;
|
struct file_operations_vfs fatfs_fops;
|
||||||
|
@ -2082,9 +2077,4 @@ struct file_operations_vfs fatfs_fops = {
|
||||||
|
|
||||||
FSMAP_ENTRY(fat_fsmap, "vfat", fatfs_mops, FALSE, TRUE);
|
FSMAP_ENTRY(fat_fsmap, "vfat", fatfs_mops, FALSE, TRUE);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#if __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
#endif /* LOSCFG_FS_FAT */
|
#endif /* LOSCFG_FS_FAT */
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue