summaryrefslogtreecommitdiffstats
path: root/src/console/hw-debug_sink.ads
blob: 945e7bc234f2089e2459db22dbc73a97005bd780 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- SPDX-License-Identifier: GPL-2.0-only

package HW.Debug_Sink is

   procedure Put (Item : String);

   procedure Put_Char (Item : Character);

   procedure New_Line;

end HW.Debug_Sink;