diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-31 08:02:08 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-31 08:02:08 +0000 |
commit | fb4143175b2511cbc915b21ea86e08a3700539f7 (patch) | |
tree | 83972ccd8e3debe62f40afae50a3eb27476a0d40 /src/lib/frct_pci.c | |
parent | 399164eff1c6d07056ec93e3afd4079611cf9c7b (diff) | |
parent | 4060efec26115dbb9e68da67bc482a12b4f80ea8 (diff) | |
download | ouroboros-fb4143175b2511cbc915b21ea86e08a3700539f7.tar.gz ouroboros-fb4143175b2511cbc915b21ea86e08a3700539f7.zip |
Merged in dstaesse/ouroboros/be-fccntl (pull request #583)
lib: Add fccntl configuration command
Diffstat (limited to 'src/lib/frct_pci.c')
-rw-r--r-- | src/lib/frct_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/frct_pci.c b/src/lib/frct_pci.c index 4fa9ddc2..e44554f2 100644 --- a/src/lib/frct_pci.c +++ b/src/lib/frct_pci.c @@ -30,7 +30,7 @@ #define TYPE_SIZE 1 #define SEQNO_SIZE 8 #define FLAGS_SIZE 1 -#define CONF_FLAGS_SIZE 1 +#define CONF_FLAGS_SIZE sizeof(((struct frct_pci *) NULL)->conf_flags) #define BASE_SIZE TYPE_SIZE + FLAGS_SIZE + SEQNO_SIZE #define CONFIG_SIZE CONF_FLAGS_SIZE |