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