mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 06:19:24 +08:00
9 lines
92 B
C
9 lines
92 B
C
#ifndef __VMM_H__
|
|
#define __VMM_H__
|
|
|
|
#include <rtt_api.h>
|
|
|
|
#define RT_VMM_ON_AM335X
|
|
|
|
#endif
|