forked from len0rd/rockbox
kernel: Break out kernel primitives into separate files and move to separate dir.
No code changed, just shuffling stuff around. This should make it easier to build only select parts kernel and use different implementations. Change-Id: Ie1f00f93008833ce38419d760afd70062c5e22b5
This commit is contained in:
parent
8bae5f2644
commit
382d1861af
30 changed files with 1564 additions and 756 deletions
|
@ -18,7 +18,7 @@
|
|||
* {,U}INT{8,16,32,64}_{MIN,MAX} */
|
||||
#include "system.h"
|
||||
|
||||
/* HZ, TIME_AFTER */
|
||||
/* HZ, TIME_AFTER, current_tick */
|
||||
#include "kernel.h"
|
||||
|
||||
/* Structure to record some info during processing call */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue