aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2017-04-17 15:06:25 -0400
committerPaul Selkirk <paul@psgd.org>2017-04-17 15:06:25 -0400
commit22a58216681df01d20cfa0a5cfc5c49d15e6c606 (patch)
treec51681486dbb77e68f271761adc94f1d473c81f8 /hal.h
parentc2820e99c1e3115a7b1ba0d993eb6b665fa73c17 (diff)
Move hal_rpc_server_main() to test code.
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/hal.h b/hal.h
index bfb727a..abcaf52 100644
--- a/hal.h
+++ b/hal.h
@@ -4,7 +4,7 @@
* Memory map, access functions, and HAL for Cryptech cores.
*
* Authors: Joachim Strombergson, Paul Selkirk, Rob Austein
- * Copyright (c) 2015-2016, NORDUnet A/S All rights reserved.
+ * Copyright (c) 2015-2017, NORDUnet A/S All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -850,8 +850,6 @@ extern hal_error_t hal_rpc_server_close(void);
extern hal_error_t hal_rpc_server_dispatch(const uint8_t * const ibuf, const size_t ilen,
uint8_t * const obuf, size_t * const olen);
-extern void hal_rpc_server_main(void);
-
#endif /* _HAL_H_ */
/*