RTEMS  5.0.0
tblsizes.h
Go to the documentation of this file.
1 
9 /*
10  * This header file is also used in assembler modules.
11  *
12  * Copyright (C) 2014 Jan Doležal (dolezj21@fel.cvut.cz)
13  * CTU in Prague.
14  *
15  * The license and distribution terms for this file may be
16  * found in the file LICENSE in this distribution or at
17  * http://www.rtems.org/license/LICENSE.
18  */
19 
20 #include <bspopts.h>
21 
22 #define IDT_SIZE (256)
23 #define NUM_SYSTEM_GDT_DESCRIPTORS 4
24 #define GDT_SIZE (NUM_SYSTEM_GDT_DESCRIPTORS + NUM_APP_DRV_GDT_DESCRIPTORS)