projects
/
bertos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Recode files to unix newlines.
[bertos.git]
/
bertos
/
cpu
/
arm
/
hw
/
switch_arm.S
1
#include <cfg/cfg_arch.h>
2
3
#if !(ARCH & ARCH_NIGHTTEST)
4
#warning This file is deprecated, use switch_ctx_arm.S
5
#include "switch_ctx_arm.S"
6
#endif