osEepromProbe.3p 800 Bytes
.TH osEepromProbe 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
osEepromProbe \- poll for EEPROM
.SH SYNOPSIS
.nf
\f3
.Op c
#include <ultra64.h>
.sp .8v
s32 osEepromProbe(OSMesgQueue \(**mq);
.Op
\f1
.fi
.SH DESCRIPTION
The
.I osEepromProbe
call issues a request command to obtain the status of EEPROM
and returns 1 if EEPROM exists. Otherwise, a value of 0 is returned.
The message queue
.I mq
must be an initialized message queue associated with the
.I OS_EVENT_SI
event.
See
.IR osSetEventMesg (3P)
for details on how to create this association. 
Note that 
.IR osContInit (3P)
must be called to initialize the low level synchronization before osEepromProbe 
can be used.
.SH "SEE ALSO"
osContInit (3P),
osEepromRead (3p),
osEepromWrite (3p),
osEepromLongRead (3p),
osEepromLongWrite (3p).