blob: 79f29c793826cd797be830bb1a217344ceb38bfb [file] [log] [blame]
/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#if !defined(_WORKFIFO_H_)
#define _WORKFIFO_H_
#include "fifo.h"
FIFO_DECLARE(workfifo);
#endif