blob: fdb655afa73bdc26c3b1ce9f4407fcea52fdbd04 (
plain)
1
2
3
4
5
6
7
8
9
|
with System;
package Prefetch1 is
procedure My_Proc1 (Addr : System.Address);
procedure My_Proc2 (Addr : System.Address);
procedure My_Proc3 (Addr : System.Address);
end Prefetch1;
|