|
|
|
/*
|
|
* Copyright (c) 2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @file
|
|
*
|
|
* @brief Workqueue structures and routines.
|
|
*/
|
|
|
|
#ifndef _misc_nano_work__h_
|
|
#define _misc_nano_work__h_
|
|
|
|
#include <kernel.h>
|
|
|
|
#endif /* _misc_nano_work__h_ */
|