sandbox/blue-pill/draugr/bluepill/rcc.h

7 lines
179 B
C
Raw Normal View History

2018-03-07 16:06:25 +00:00
#ifndef __BLUEPILL_RCC_H__
#define __BLUEPILL_RCC_H__
constexpr volatile unsigned int *RCC = reinterpret_cast<volatile unsigned int *>(0x40021000);
#endif // __BLUEPILL_RCC_H__