| .. | .. |
|---|
| 38 | 38 | #include "../hw_gpio.h" |
|---|
| 39 | 39 | #include "../hw_ddc.h" |
|---|
| 40 | 40 | #include "../hw_hpd.h" |
|---|
| 41 | +#include "../hw_generic.h" |
|---|
| 41 | 42 | |
|---|
| 42 | 43 | /* function table */ |
|---|
| 43 | 44 | static const struct hw_factory_funcs funcs = { |
|---|
| 44 | | - .create_ddc_data = NULL, |
|---|
| 45 | | - .create_ddc_clock = NULL, |
|---|
| 46 | | - .create_generic = NULL, |
|---|
| 47 | | - .create_hpd = NULL, |
|---|
| 48 | | - .create_sync = NULL, |
|---|
| 49 | | - .create_gsl = NULL, |
|---|
| 45 | + .init_ddc_data = NULL, |
|---|
| 46 | + .init_generic = NULL, |
|---|
| 47 | + .init_hpd = NULL, |
|---|
| 50 | 48 | }; |
|---|
| 51 | 49 | |
|---|
| 52 | 50 | void dal_hw_factory_diag_fpga_init(struct hw_factory *factory) |
|---|