Add dpdk development packaging
[vpp.git] / build-root / emacs-lisp / fix-coding-style.el
index 4845ace..0bb6348 100755 (executable)
 
 (defun fix-clib-packed () (interactive)
        (fix-initializer "CLIB_PACKED *("))
+(defun fix-vl-api-packed () (interactive)
+       (fix-initializer "VL_API_PACKED *("))
 
 ;; Driver routine which runs the set of functions
 ;; defined above, as well as the bottom boilerplate function
        (fix-vnet-device-class)
        (fix-vnet-hw-interface-class)
        (fix-clib-packed)
+       (fix-vl-api-packed)
        (insert-style-boilerplate)
        (if (boundp 'indent-offset-list)
            (makunbound 'indent-offset-list)))