mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 01:03:14 +01:00
Reorganized test container sources
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* Copyright (C) 2009 Bahadir Balban
|
||||
*/
|
||||
#ifndef __CAPABILITY_H__
|
||||
#define __CAPABILITY_H__
|
||||
#ifndef __GENERIC_CAPABILITY_H__
|
||||
#define __GENERIC_CAPABILITY_H__
|
||||
|
||||
#include <l4/lib/list.h>
|
||||
|
||||
@@ -245,4 +245,4 @@ struct capability cap_cpuprio = {
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* __CAPABILITY_H__ */
|
||||
#endif /* __GENERIC_CAPABILITY_H__ */
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2007 Bahadir Balban
|
||||
*/
|
||||
#ifndef __THREAD_H__
|
||||
#define __THREAD_H__
|
||||
#ifndef __GENERIC_THREAD_H__
|
||||
#define __GENERIC_THREAD_H__
|
||||
|
||||
#include <l4/generic/tcb.h>
|
||||
|
||||
@@ -14,4 +14,4 @@ int thread_id_del(int tid);
|
||||
void task_destroy_current(void);
|
||||
void task_make_zombie(struct ktcb *task);
|
||||
|
||||
#endif /* __THREAD_H__ */
|
||||
#endif /* __GENERIC_THREAD_H__ */
|
||||
|
||||
Reference in New Issue
Block a user