From 22a58216681df01d20cfa0a5cfc5c49d15e6c606 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 17 Apr 2017 15:06:25 -0400 Subject: Move hal_rpc_server_main() to test code. --- hal.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hal.h') 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_ */ /* -- cgit v1.2.3