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<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>LCIsEnable</title>
10</head>
11
12<body>
13
14<h1>LCIsEnable</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/os.h&gt;
19
20BOOL LCIsEnable ( void );
21</pre></dd></dl>
22
23<H2>Arguments</H2>
24<P>None.</P>
25
26<H2>Return Values</H2>
27<P>If <CODE>TRUE</CODE>, the locked cache feature is enabled.<BR> If <CODE>FALSE</CODE>, the locked cache feature is disabled.</P>
28
29<h2>Description</h2>
30<p>Gets the enabled/disabled status of the locked cache of the Broadway processor as set by the <a href="LCEnable.html"><CODE>LCEnable</CODE></a> or <a href="LCDisable.html"><CODE>LCDisable</CODE></a> function.
31</p>
32
33<p>Caution: The locked cache is off by default at boot time.&nbsp;</p>
34
35<h2>See Also</h2>
36<P>
37<a href="LCEnable.html"><CODE>LCEnable</CODE></a><BR> <a href="LCDisable.html"><CODE>LCDisable</CODE></a>
38</p>
39
40<h2>Revision History</h2>
41<P>
422009/01/30 Revised the description of the return values.<br> 2009/01/05 Initial version.
43</p>
44
45<hr><p>CONFIDENTIAL</p></body>
46</html>