mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
11 lines
162 B
C
11 lines
162 B
C
/*
|
|
* Copyright (C) 2007 Bahadir Balban
|
|
*/
|
|
#ifndef __UTCB_H__
|
|
#define __UTCB_H__
|
|
|
|
#include <l4lib/types.h>
|
|
#include <l4lib/arch/utcb.h>
|
|
|
|
#endif /* __UTCB_H__ */
|