1 /* 2 * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved. 3 * 4 * 5 * Permission to use, copy, modify, and/or distribute this software for 6 * any purpose with or without fee is hereby granted, provided that the 7 * above copyright notice and this permission notice appear in all 8 * copies. 9 * 10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL 11 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 12 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 13 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 14 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 15 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 16 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 * PERFORMANCE OF THIS SOFTWARE. 18 */ 19 20 #ifndef _SPECTRAL_OL_API_I_H_ 21 #define _SPECTRAL_OL_API_I_H_ 22 23 #include "spectral_defs_i.h" 24 25 /** 26 * spectral_ctx_init_ol() - Internal function to initialize spectral context 27 * with offload specific functions 28 * @sc : spectral context 29 * 30 * Internal function to initialize spectral context with offload specific 31 * functions 32 * 33 * Return : None 34 */ 35 void spectral_ctx_init_ol(struct spectral_context *sc); 36 37 #endif /* _SPECTRAL_OL_API_I_H_ */ 38