aboutsummaryrefslogtreecommitdiff
path: root/src/arm/common/io.h
blob: dcad76eadfdb4b112b303a80b79ab445a1ad4729 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef IO_H
#define IO_H

#include <stdint.h>

// putchar() and getchar() are not part of io.c, but it's useful to
// have those symbols declared here
void putchar(char c);

char getchar(void);

void puts(char string[]);

void prints(char string[]);

void error(char string[]);

void printdec(uint32_t number);

void printhex(uint32_t number);

void printbin(uint32_t number);

void printdect(uint32_t number);

void printhext(uint32_t number);

#endif // IO_H
es through the web UIWojtek Kosior 2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior 2022-09-28[proxy] complete the text content and styling of web UI pages written so farWojtek Kosior 2022-09-28[proxy] once again fix SPDX identifiers in jinja templatesWojtek Kosior 2022-09-28[proxy] move SPDX license identifiers from jinja templates to separate filesWojtek Kosior For unknown reasons REUSE had problems with *some* of the jinja files. 2022-09-28[proxy] normalize whitespace in jinja templatesWojtek Kosior 2022-09-28make repo packages (mappings) load as uninstalled; make them installable ↵Wojtek Kosior through the web UI 2022-09-28arrange web UI Jinja templates into multiple directoriesWojtek Kosior