Move TICKS_PER_SECOND in timer.h
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
/// time consumed by the process.
|
||||
#define ITIMER_PROF 2
|
||||
|
||||
/// Number of ticks per seconds.
|
||||
#define TICKS_PER_SECOND 1193
|
||||
|
||||
/// @brief Handles the timer.
|
||||
/// @param f The interrupt stack frame.
|
||||
/// @details
|
||||
|
||||
@@ -26,9 +26,7 @@
|
||||
#include "system/signal.h"
|
||||
#include "assert.h"
|
||||
#include "sys/errno.h"
|
||||
|
||||
/// Number of ticks per seconds.
|
||||
#define TICKS_PER_SECOND 1193
|
||||
#include "io/vga/vga.h"
|
||||
|
||||
/// @defgroup picregs Programmable Interval Timer Registers
|
||||
/// @brief The list of registers used to set the PIT.
|
||||
|
||||
Reference in New Issue
Block a user