/* * AM33XX-CM3 firmware * * Cortex-M3 (CM3) firmware for power management on Texas Instruments' AM33XX series of SoCs * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * * This software is licensed under the standard terms and conditions in the Texas Instruments Incorporated * Technology and Software Publicly Available Software License Agreement , a copy of which is included in the * software download. */ #ifndef __SYNC_H__ #define __SYNC_H__ void a8_notify(int); void a8_m3_low_power_sync(int); void a8_m3_low_power_fast(int); void init_m3_state_machine(void); #endif