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