Skip to content

Commit

Permalink
[bug] fix __G_REG_SMHC_H__
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 27, 2023
1 parent 090d186 commit c7325eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/drivers/reg/reg-smhc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* SPDX-License-Identifier: Apache-2.0 */

#ifndef __G_REG_SMHC_H__
#define __G_REG_SMHC_H__

/*
* Global control register bits
*/
Expand Down Expand Up @@ -256,3 +259,5 @@ typedef struct {
volatile uint32_t res7[63]; /* (0x201~0x2FF)*/
volatile uint32_t vers; /* (0x300) SMHC Version Register */
} sdhci_reg_t;

#endif // __G_REG_SMHC_H__

0 comments on commit c7325eb

Please sign in to comment.