summaryrefslogtreecommitdiffstats
path: root/irq_test/interrupt_pkg.ads
blob: 2d24f3bab9a18c9946395abbf7d0584b9e179282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--
--  The license and distribution terms for this file may be
--  found in the file LICENSE in this distribution or at
--  http://www.rtems.com/license/LICENSE.
--
--  $Id$
--

package Interrupt_pkg is
  procedure itest;
end Interrupt_pkg;