diff options
author | Megan Wachs <megan@sifive.com> | 2017-02-01 18:03:37 -0800 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2017-02-01 18:03:37 -0800 |
commit | b003c52b0f5460c6e0e15cb29171164530490e08 (patch) | |
tree | a9749852b36fed0e66fa663dcea16972dc75f6c5 /bsp/drivers/plic | |
parent | 08a72bb956a25fd94d965fb4474f3ddcca1ed1e6 (diff) |
PRCI: add control for the target CPU frequency (to allow a minimum, maximum, or closest match)
Diffstat (limited to 'bsp/drivers/plic')
-rw-r--r-- | bsp/drivers/plic/plic_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsp/drivers/plic/plic_driver.h b/bsp/drivers/plic/plic_driver.h index b14b442..e7d609b 100644 --- a/bsp/drivers/plic/plic_driver.h +++ b/bsp/drivers/plic/plic_driver.h @@ -3,6 +3,7 @@ #ifndef PLIC_DRIVER_H #define PLIC_DRIVER_H + __BEGIN_DECLS #include "platform.h" |