1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<HEAD>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
7<META name="GENERATOR" content="Microsoft FrontPage 5.0">
8<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
9<META http-equiv="Content-Style-Type" content="text/css">
10<title>LCFlushQueue</title>
11</HEAD>
12
13<BODY>
14<h1>LCFlushQueue</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><code>#include &lt;revolution/os.h&gt;</code></pre>
20  </dd>
21<dd><pre><code>void LCFlushQueue ( void );</code></pre>
22  </dd>
23</dl>
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<p>None.</p>
31<h2>Description</h2>
32
33<p>Flushes the DMA queue.&nbsp;This function does not wait until all requested DMA transfers complete.&nbsp;Use the <code><a href="LCQueueWait.html">LCQueueWait</a></code> and <code><a href="../Synchronization/PPCSync.html">PPCSync</a></code> functions to make sure that requested DMA transfers have completed.</p>
34
35
36
37<h2>See Also</h2>
38
39<p><A href="../toc.html#Cache" target="contents">Cache Functions</A>, <code><a href="LCQueueWait.html">LCQueueWait</a></code>, <code><a href="../Synchronization/PPCSync.html">PPCSync</a></code></p>
40
41<h2>Revision History</h2>
42<P></P>
43<P>03/01/2006 Initial version.</p>
44</BODY>
45</html>