repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot.git]
/
src
/
console
/
hw-debug_sink.ads
blob
945e7bc234f2089e2459db22dbc73a97005bd780
1
-- SPDX-License-Identifier: GPL-2.0-only
2
3
package
HW
.
Debug_Sink
is
4
5
procedure
Put
(
Item
:
String
);
6
7
procedure
Put_Char
(
Item
:
Character
);
8
9
procedure
New_Line
;
10
11
end
HW
.
Debug_Sink
;