blob: 286309e3883491a2f4f9f4bcd1b08317fe1fb7ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -*- mode:c -*-
*
* Copyright 2019 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.
*/
/*
* We don't have a ENTERING_RW signal wired to the cr50 but common code needs
* it to be defined.
*/
UNIMPLEMENTED(ENTERING_RW)
|