summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/ts1325-parallel.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/ts1325-parallel.ads')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/ts1325-parallel.ads21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/ts1325-parallel.ads b/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/ts1325-parallel.ads
deleted file mode 100644
index b6b18d6b55..0000000000
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/ts1325-parallel.ads
+++ /dev/null
@@ -1,21 +0,0 @@
-with I386_Ports;
-use I386_Ports;
-
-package TS1325.Parallel is
-
- procedure Read_Parallel_Port (Data: out Byte);
-
- procedure Write_Parallel_Port (Data: in Byte);
-
-private
-
- pragma Inline (Read_Parallel_Port, Write_Parallel_Port);
-
- -- These are non-standard IO locations, which is why they are here instead
- -- of in the I386_Ports package.
-
- Parallel_Port_In: constant Port_Address := 16#75#;
-
- Parallel_Port_Out: constant Port_Address := 16#74#;
-
-end TS1325.Parallel;