Revision 258
deleted kbc_macros.h
proj/include/kbc_macros.h | ||
---|---|---|
1 |
#ifndef KBC_MACROS_H_INCLUDED |
|
2 |
#define KBC_MACROS_H_INCLUDED |
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
#endif //KBC_MACROS_H_INCLUDED |
|
7 | 0 |
proj/src/interrupts_func.c | ||
---|---|---|
3 | 3 |
#include "interrupts_func.h" |
4 | 4 |
#include "timer.h" |
5 | 5 |
#include "i8254.h" |
6 |
#include "kbc_macros.h" |
|
7 | 6 |
#include "keyboard.h" |
8 | 7 |
#include "mouse.h" |
9 | 8 |
#include "utils.h" |
proj/src/kbc.c | ||
---|---|---|
2 | 2 |
|
3 | 3 |
#include "kbc.h" |
4 | 4 |
|
5 |
#include "kbc_macros.h" |
|
6 | 5 |
#include "utils.h" |
7 | 6 |
#include "errors.h" |
8 | 7 |
|
proj/src/keyboard.c | ||
---|---|---|
3 | 3 |
#include "keyboard.h" |
4 | 4 |
|
5 | 5 |
#include "kbc.h" |
6 |
#include "kbc_macros.h" |
|
7 | 6 |
#include "utils.h" |
8 | 7 |
#include "errors.h" |
9 | 8 |
#include "proj_func.h" |
proj/src/mouse.c | ||
---|---|---|
3 | 3 |
#include "mouse.h" |
4 | 4 |
|
5 | 5 |
#include "errors.h" |
6 |
#include "kbc_macros.h" |
|
7 | 6 |
#include "kbc.h" |
8 | 7 |
|
9 | 8 |
/* Mouse Data Packet */ |
proj/src/proj.c | ||
---|---|---|
7 | 7 |
#include "proj_func.h" |
8 | 8 |
|
9 | 9 |
#include "kbc.h" |
10 |
#include "kbc_macros.h" |
|
11 | 10 |
#include "i8254.h" |
12 | 11 |
#include "timer.h" |
13 | 12 |
#include "keyboard.h" |
proj/src/proj_func.c | ||
---|---|---|
13 | 13 |
#include "rectangle.h" |
14 | 14 |
#include "font.h" |
15 | 15 |
|
16 |
#include "kbc_macros.h" |
|
17 |
|
|
18 | 16 |
#include <math.h> |
19 | 17 |
|
20 | 18 |
int cleanup(void) { |
Also available in: Unified diff