mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 13:53:16 +01:00
14 lines
213 B
C
14 lines
213 B
C
/*
|
|
* Copyright (C) 2007 Bahadir Balban
|
|
*/
|
|
#ifndef __UTCB_H__
|
|
#define __UTCB_H__
|
|
|
|
#include <l4lib/types.h>
|
|
#include <l4lib/macros.h>
|
|
#include L4LIB_INC_ARCH(utcb.h)
|
|
|
|
int utcb_init(void);
|
|
|
|
#endif /* __UTCB_H__ */
|