ARM: move AES typedefs and function prototypes to separate header
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sun, 15 Sep 2013 15:10:43 +0000 (17:10 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 4 Oct 2013 07:26:54 +0000 (09:26 +0200)
Put the struct definitions for AES keys and the asm function prototypes in a
separate header and export the asm functions from the module.
This allows other drivers to use them directly.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

No differences found