diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-29 19:42:53 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-29 19:42:53 -0700 |
| commit | e4d244eefa4c779cd9c8a91389bf998c54705b72 (patch) | |
| tree | 944993d65177343683b46d7794dac562cfc99918 /src/core/ao_aes.h | |
| parent | 21e39811bd234c6f66ab7644864fcc1b8c316998 (diff) | |
altos: Add software AES implementation
This is untested
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_aes.h')
| -rw-r--r-- | src/core/ao_aes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_aes.h b/src/core/ao_aes.h index 7f67374d..ab3e367e 100644 --- a/src/core/ao_aes.h +++ b/src/core/ao_aes.h @@ -29,9 +29,11 @@ enum ao_aes_mode { }; #if HAS_AES +#ifdef SDCC void ao_aes_isr(void) __interrupt 4; #endif +#endif void ao_aes_set_mode(enum ao_aes_mode mode); |
