blob: 8b25af63cb817981978b613903278d77adac7d84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -*- mode:c -*-
*
* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* We don't have a ENTERING_RW signal wired to the cr50 but common code needs
* it to be defined.
*/
UNIMPLEMENTED(ENTERING_RW)
|