Chen Wang 724b2f1297 components: drivers: add RT_USING_SMP judgement inside smp_call.h
smp_call.h defines SMP-related structures and declares
SMP-related functions. These codes are only valid when
RT_USING_SMP is defined in the bsp, which means we have
to use RT_USING_SMP for judgment in every place where
this file is included, such as following:

```c
```

Now move the judgment of RT_USING_SMP directly into
smp_call.h, so that it's simpler to include the header
file as:

```c
```

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2024-12-30 11:32:10 +08:00
..
2024-12-13 10:39:20 +08:00
2024-08-19 10:39:15 +08:00
2024-12-13 10:39:20 +08:00
2024-11-20 15:53:23 +08:00
2024-12-13 10:39:20 +08:00
2024-12-13 10:39:20 +08:00
2024-12-18 21:42:12 +08:00
2024-11-27 18:04:07 +08:00
2024-12-02 21:17:24 +08:00
2024-10-19 12:23:21 -04:00
2024-12-13 10:39:20 +08:00
2013-01-08 22:40:58 +08:00