Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
refs/heads/upstream/xip-sram
/
.
/
model
/
model.cpp
blob: e9925f36ecd6cc7c1d9af5825c51ff6364b685f9 [
file
] [
log
] [
blame
] [
edit
]
#include
"model.h"
std
::
shared_ptr
<model_info>
models
::
unknown
=
std
::
make_shared
<model_unknown>
();
std
::
shared_ptr
<model_info>
models
::
largest
=
std
::
make_shared
<model_rp_generic>
();