Exporting ARM Assembler function from DLL

Is it possible to directly export a function written in ARM assembler from a DLL without a using C wrapper function?
I've got a very basic primitive that I need to export and I'd like to skip the overhead of another redirection.
I've got a very basic primitive that I need to export and I'd like to skip the overhead of another redirection.