#ifndef HWCONFIG_HPP #define HWCONFIG_HPP #define _XTAL_FREQ 8000000UL namespace hw { void reglock(); void regunlock(); } namespace osc { void initialize(); } namespace interrupts { void initialize(); } #endif