versadac  1
versadac - Scalable Recorder Firmware
am_init.h
1 /*****************************************************************************
2 FILE : AM_INIT.H
3 VERSION : $Id: am_init.h 4938 2006-10-10 14:20:18Z martinto $
4 AUTHOR : Steve Pickford
5 SYSTEM : Gnu C++
6 DESCRIPTION : AM initialisation
7 *****************************************************************************/
8 
9 
10 #ifndef __AM_INIT_H
11 #define __AM_INIT_H
12 
13 void amInitialise(uint8 z_archiverPriority, uint16 z_archiverStack);
14 
15 #endif