13 строки
310 B
C
13 строки
310 B
C
//
|
|
// Copyright (c) .NET Foundation and Contributors
|
|
// See LICENSE file in the project root for full license information.
|
|
//
|
|
|
|
#ifndef TARGETPAL_BLOCKSTORAGE_H
|
|
#define TARGETPAL_BLOCKSTORAGE_H
|
|
|
|
// this device has 1 block storage devices
|
|
#define TARGET_BLOCKSTORAGE_COUNT 1
|
|
|
|
#endif //TARGETPAL_BLOCKSTORAGE_H
|