X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2Fdrivers%2Fuart_16c550%2Fuart16c550.c;h=4499b29c4b84792197055bd5a12339d7025cbcd4;hb=b0fcd19d5d83782441e5123ab07a111ce3e7ace7;hp=cfe77707be24bda6c93a43646e41133b2f2e060e;hpb=818e35a1e64d6761ae5684a3a4b4958566a71017;p=tpg%2Facess2.git diff --git a/UDI/drivers/uart_16c550/uart16c550.c b/UDI/drivers/uart_16c550/uart16c550.c index cfe77707..4499b29c 100644 --- a/UDI/drivers/uart_16c550/uart16c550.c +++ b/UDI/drivers/uart_16c550/uart16c550.c @@ -5,6 +5,8 @@ * uart16c550.c * - UDI initialisation */ +#define UDI_VERSION 0x101 +#define UDI_PHYSIO_VERSION 0x101 #include #include #include "uart16c550_common.h"