mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
convert end of line
This commit is contained in:
+677
-677
File diff suppressed because it is too large
Load Diff
+33
-33
@@ -1,33 +1,33 @@
|
||||
/*
|
||||
************************************************************************************************************************
|
||||
* File : cpu_port.h
|
||||
* By : xyou
|
||||
* Version : V1.00.00
|
||||
************************************************************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef _CPU_PORT_H_
|
||||
#define _CPU_PORT_H_
|
||||
|
||||
|
||||
/*
|
||||
*********************************************************************************************************
|
||||
* CPU INTERRUPT PRIORITY
|
||||
*********************************************************************************************************
|
||||
*/
|
||||
#define CPU_INTERRUPT_YIELD 0x00
|
||||
#define CPU_INTERRUPT_TICK 0x01
|
||||
|
||||
|
||||
|
||||
/*
|
||||
*********************************************************************************************************
|
||||
* FUNCTION PROTOTYPES
|
||||
*********************************************************************************************************
|
||||
*/
|
||||
void TriggerSimulateInterrupt(rt_uint32_t IntIndex);
|
||||
|
||||
void WinThreadScheduler(void);
|
||||
#endif /* _CPU_PORT_H_ */
|
||||
/*
|
||||
************************************************************************************************************************
|
||||
* File : cpu_port.h
|
||||
* By : xyou
|
||||
* Version : V1.00.00
|
||||
************************************************************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef _CPU_PORT_H_
|
||||
#define _CPU_PORT_H_
|
||||
|
||||
|
||||
/*
|
||||
*********************************************************************************************************
|
||||
* CPU INTERRUPT PRIORITY
|
||||
*********************************************************************************************************
|
||||
*/
|
||||
#define CPU_INTERRUPT_YIELD 0x00
|
||||
#define CPU_INTERRUPT_TICK 0x01
|
||||
|
||||
|
||||
|
||||
/*
|
||||
*********************************************************************************************************
|
||||
* FUNCTION PROTOTYPES
|
||||
*********************************************************************************************************
|
||||
*/
|
||||
void TriggerSimulateInterrupt(rt_uint32_t IntIndex);
|
||||
|
||||
void WinThreadScheduler(void);
|
||||
#endif /* _CPU_PORT_H_ */
|
||||
|
||||
Reference in New Issue
Block a user