#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/time.h>#include <limits.h>#include <pthread.h>#include "simrtdb.h"#include "dirconfig.h"#include "rtdbutils.h"#include "ccurutils.h"#include "cpmfioutils.h"
Functions | |
| void | cpmfioMapShared (int init) |
| void | cpmfioLockBoardControl (void) |
| void | cpmfioUnlockBoardControl (void) |
| int | cpmfioHasBoardReset (int boardNum) |
| void | cpmfioSetBoardReset (int boardNum, int value) |
| void cpmfioMapShared | ( | int | init | ) |
| void cpmfioLockBoardControl | ( | void | ) |
| void cpmfioUnlockBoardControl | ( | void | ) |
| int cpmfioHasBoardReset | ( | int | boardNum | ) |
| void cpmfioSetBoardReset | ( | int | boardNum, |
| int | value ) |