dptxss: Added index.html file

This patch adds index.html file in examples folder

Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
Acked-by: Andrei-Liviu Simion <andreis@xilinx.com>
This commit is contained in:
Shadul Shaikh 2015-10-10 00:52:21 +05:30 committed by Nava kishore Manne
parent c55f4acbc2
commit 1917c9d19e

View file

@ -0,0 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Driver example applications</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body bgcolor="#FFFFFF">
<h1> Example applications for the dptxss_v1_0 driver. </h1>
<HR>
<ul>
<li>xdptxss_debug_example.c <a href="xdptxss_debug_example.c">(source)</a> </li>
<li>xdptxss_intr_example.c <a href="xdptxss_intr_example.c">(source)</a> </li>
<li>xdptxss_mst_example.c <a href="xdptxss_mst_example.c">(source)</a> </li>
<li>xdptxss_selftest_example.c <a href="xdptxss_selftest_example.c">(source)</a> </li>
</ul>
<p><font face="Times New Roman" color="#800000">Copyright © 1995-2015 Xilinx, Inc. All rights reserved.</font></p>
</body>
</html>