summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/start/fail_notification.c
blob: 00276e23d71dfb6434fd40024ce92d887b455712 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdint.h>
#include <stdbool.h>
#include <bsp/tms570.h>
#include <bsp/tms570_selftest.h>

void bsp_selftest_fail_notification( uint32_t flag )
{
}

void tms570_memory_port0_fail_notification(
  uint32_t groupSelect,
  uint32_t dataSelect,
  uint32_t address,
  uint32_t data
)
{
}