aboutsummaryrefslogtreecommitdiff
path: root/product/rcar/include/rcar_mfismh.h
blob: b0397d2a1ffe42a96db5f0b2bc6d4c7e41bf00c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Renesas SCP/MCP Software
 * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef RCAR_MFISMH_H
#define RCAR_MFISMH_H

enum rcar_smcmh_device_idx {
    RCAR_MFISMH_DEVICE_IDX_S,
    RCAR_MFISMH_DEVICE_IDX_NS_L,
    RCAR_MFISMH_DEVICE_IDX_COUNT,
};

#endif /* RCAR_MFISMH_H */