On 30/01/2015 19:42, John Snow wrote: > The "Invalid Command Sentinel" here that caps the property array is an > invalid ATA command, namely 0x01. 0x00 is NOP and 0xFF is reserved for > vendor usage, so I chose the first invalid one instead.
You can use ARRAY_SIZE instead. Paolo