Damien Zammit, le dim. 11 nov. 2018 12:43:07 +1100, a ecrit: > +#define IS_IN_PROTECTED_RANGE(from, to) \ > + ( ( ( from <= PCI_CFG1_START ) && ( to >= PCI_CFG1_END ) ) || \
That should be from <= END && to >= BEGIN, shouldn't it? Samuel
Damien Zammit, le dim. 11 nov. 2018 12:43:07 +1100, a ecrit: > +#define IS_IN_PROTECTED_RANGE(from, to) \ > + ( ( ( from <= PCI_CFG1_START ) && ( to >= PCI_CFG1_END ) ) || \
That should be from <= END && to >= BEGIN, shouldn't it? Samuel