|
libxcoder 5.6.0
|
#include <stdio.h>#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <limits.h>#include <dirent.h>#include <sys/mman.h>#include <stdbool.h>Go to the source code of this file.
Macros | |
| #define | LOG_SIZE (1024 * 1024) |
| #define | NUM_CORES 5 |
| #define | PCI_SYSFS_PATH "/sys/bus/pci/devices" |
| #define | QUADRA_VENDOR_ID 0x1d82 |
| #define | QUADRA_DEVICE_ID 0x0401 |
| #define LOG_SIZE (1024 * 1024) |
Definition at line 15 of file ni_quadraprobe.c.
| #define NUM_CORES 5 |
Definition at line 16 of file ni_quadraprobe.c.
| #define PCI_SYSFS_PATH "/sys/bus/pci/devices" |
Definition at line 17 of file ni_quadraprobe.c.
| #define QUADRA_DEVICE_ID 0x0401 |
Definition at line 19 of file ni_quadraprobe.c.
| #define QUADRA_VENDOR_ID 0x1d82 |
Definition at line 18 of file ni_quadraprobe.c.