Fix freudian slip

This commit is contained in:
TuxSH
2018-03-07 14:34:47 +01:00
parent 6592744b3b
commit 71f01aaa43
3 changed files with 21 additions and 21 deletions

17
exosphere/src/sysctr0.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef EXOSPHERE_SYSCTR0_H
#define EXOSPHERE_SYSCTR0_H
#include <stdint.h>
#include "memory_map.h"
/* Exosphere driver for the Tegra X1 SYSCRT0 Registers. */
#define SYSCTR0_BASE (MMIO_GET_DEVICE_ADDRESS(MMIO_DEVID_SYSCTR0))
#define MAKE_SYSCTR0_REG(n) MAKE_REG32(SYSCTR0_BASE + n)
#endif