9 lines
214 B
C
9 lines
214 B
C
|
// Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "test_common.h"
|
||
|
|
||
|
#define LAYER_LOCK_IDLE_TIMEOUT 1000
|