|
| file | console.h [code] |
| | Definition of functions and types for a minimal console.
|
| |
| file | fork.h [code] |
| | Definition of fork-related functions.
|
| |
| file | gpio.h [code] |
| | Definition of functions for manipulating GPIO registers.
|
| |
| file | irq.h [code] |
| | Definition of interrupt handling functions.
|
| |
| file | led.h [code] |
| | Definition of functions for manipulating a LED to a GPIO pin.
|
| |
| file | mm.h [code] |
| | Definition of basic memory sizes and functions.
|
| |
| file | mmio.h [code] |
| | Definition of MMIO functions.
|
| |
| file | printk.h [code] |
| | Definition of printk.
|
| |
| file | process.h [code] |
| | Definition of functions for creating and killing processes.
|
| |
| file | scheduler.h [code] |
| | Definition of scheduler structs and functions.
|
| |
| file | timer.h [code] |
| | Definition of basic System Timer functions.
|
| |
| file | uart.h [code] |
| | Definition of basic UART functions.
|
| |
| file | utils.h [code] |
| | Definition of basic ARM assembly functions.
|
| |