coap_ext.h 376 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. #ifndef COAP_EXTENSION_COAP_EXT_H_
  6. #define COAP_EXTENSION_COAP_EXT_H_
  7. #include "coap-constants.h"
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #define COAP_EVENT (COAP_DELETE + 2)
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* COAP_EXTENSION_COAP_EXT_H_ */