mirror of
https://github.com/drasko/codezero.git
synced 2026-01-29 03:03:13 +01:00
14 lines
271 B
C
14 lines
271 B
C
/*
|
|
* Copyright (C) 2007 Bahadir Balban
|
|
*/
|
|
#ifndef __L4_ARM_VREGS_H__
|
|
#define __L4_ARM_VREGS_H__
|
|
|
|
/* FIXME: LICENSE/LICENCE */
|
|
#define USER_UTCB_REF 0xFF000FF0
|
|
#define L4_KIP_ADDRESS 0xFF000000
|
|
#define UTCB_KIP_OFFSET 0xFF0
|
|
|
|
#endif /* __L4_ARM_VREGS_H__ */
|
|
|