migrated tcb.h include to .c file
This commit is contained in:
parent
88c7c47c46
commit
ff36df6847
@ -23,7 +23,6 @@
|
|||||||
#define _MUTEX_H
|
#define _MUTEX_H
|
||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "tcb.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Mutex structure. Should never be modified by the user.
|
* @brief Mutex structure. Should never be modified by the user.
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "mutex.h"
|
#include "mutex.h"
|
||||||
|
#include "tcb.h"
|
||||||
#include "atomic.h"
|
#include "atomic.h"
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "sched.h"
|
#include "sched.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user