| // SPDX-License-Identifier: BSD-3-Clause | |
| // | |
| // Copyright 2023 Google LLC | |
| // | |
| // Use of this source code is governed by a BSD-style | |
| // license that can be found in the Licenses directory or at | |
| // https://developers.google.com/open-source/licenses/bsd | |
| #ifndef BLK_H | |
| #define BLK_H | |
| #include <part.h> | |
| #define blk_desc block_dev_desc | |
| #endif |